Skip to content

Commit

Permalink
chore: update secret reference in the integration pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 18, 2024
1 parent 421a7dd commit 23ad7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: "${{ secrets.GITHUB_TOKEN}}"
token: "${{ secrets.PAT_INTEGRATION_TESTS}}"
repository: ulisesgascon/express-examples
event-type: integration-tests
client-payload: '{"branch": "${{ github.head_ref || github.ref }}"}'

0 comments on commit 23ad7ed

Please sign in to comment.