Skip to content

Commit 23ad7ed

Browse files
committed
chore: update secret reference in the integration pipeline
1 parent 421a7dd commit 23ad7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Repository Dispatch
1212
uses: peter-evans/repository-dispatch@v1
1313
with:
14-
token: "${{ secrets.GITHUB_TOKEN}}"
14+
token: "${{ secrets.PAT_INTEGRATION_TESTS}}"
1515
repository: ulisesgascon/express-examples
1616
event-type: integration-tests
1717
client-payload: '{"branch": "${{ github.head_ref || github.ref }}"}'

0 commit comments

Comments
 (0)