Update ci to use default token

This commit is contained in:
Peter Evans
2022-10-19 16:27:30 +09:00
parent 8e295bb3b1
commit b700ade2f3

View File

@@ -14,6 +14,7 @@ on:
permissions:
pull-requests: write
contents: write
actions: write
jobs:
build:
@@ -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: