Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Aug 13, 2024
1 parent aee8b8e commit 61f56d7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/655-test-jc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Export catalogs to CSV

on:
push:
branches: [ 655-test-JC ]

jobs:
Send-notification:
runs-on: ubuntu-latest
steps:
- name: Load secrets from 1Password to be used for sending notification
id: onepw_secrets
uses: 1password/[email protected]
with:
export-env: true # Export loaded secrets as environment variables
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
CREDENTIALS: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/ifkeehu5gzi7wy5ub5qvwkaire/credential"

- name: Send a notification to mobility-feed-api
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ env.CREDENTIALS }}
repository: MobilityData/mobility-feed-api
event-type: catalog-sources-updated-test

0 comments on commit 61f56d7

Please sign in to comment.