[F] Try to fix permissions

pull/51/head
Azalea Gui 2023-01-05 12:25:32 -05:00
parent 7ca51888b9
commit 6a233c424c
No known key found for this signature in database
GPG Key ID: E289FAC0DA92DD2B
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
- name: Trigger web repackage - name: Trigger web repackage
uses: actions/github-script@v6 uses: actions/github-script@v6
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_PERSONAL_TOKEN }}
script: | script: |
await github.rest.actions.createWorkflowDispatch({ await github.rest.actions.createWorkflowDispatch({
owner: 'one-among-us', owner: 'one-among-us',