Skip to content

Commit

Permalink
Use single action token.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Nov 8, 2022
1 parent a7a2e85 commit 27af8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ jobs:
- name: Dispatch Test Suite
uses: llvm-mos/repository-dispatch@v1
with:
token: ${{ secrets.TEST_SUITE_ACCESS_TOKEN }}
token: ${{ secrets.ACTION_TOKEN }}
repository: llvm-mos/llvm-test-suite
event-type: on-sdk-update
client-payload: '{"head_commit": ${{ toJSON(github.event.head_commit) }}}'
- name: Dispatch Smoke Test
uses: llvm-mos/repository-dispatch@v1
with:
token: ${{ secrets.TEST_SUITE_ACCESS_TOKEN }}
token: ${{ secrets.ACTION_TOKEN }}
repository: llvm-mos/smoke-test
event-type: on-sdk-update
client-payload: '{"head_commit": ${{ toJSON(github.event.head_commit) }}}'

0 comments on commit 27af8bb

Please sign in to comment.