Skip to content

Commit

Permalink
Update ci to use default token
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Oct 19, 2022
1 parent 8e295bb commit b700ade
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
permissions:
pull-requests: write
contents: write
actions: write

jobs:
build:
Expand Down Expand Up @@ -60,14 +61,12 @@ jobs:
- name: Test repository dispatch
uses: ./
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: tests
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

- name: Test repository dispatch (default payload)
uses: ./
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: tests

package:
Expand Down

0 comments on commit b700ade

Please sign in to comment.