We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421a7dd commit 23ad7edCopy full SHA for 23ad7ed
.github/workflows/integration-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Repository Dispatch
12
uses: peter-evans/repository-dispatch@v1
13
with:
14
- token: "${{ secrets.GITHUB_TOKEN}}"
+ token: "${{ secrets.PAT_INTEGRATION_TESTS}}"
15
repository: ulisesgascon/express-examples
16
event-type: integration-tests
17
client-payload: '{"branch": "${{ github.head_ref || github.ref }}"}'
0 commit comments