Skip to content

Commit 09e86f6

Browse files
authored
Update apollo-router-updater.yaml
1 parent 762851d commit 09e86f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/apollo-router-updater.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
jobs:
1010
update:
1111
runs-on: ubuntu-22.04
12+
permissions:
13+
issues: write
14+
pull-requests: write
15+
contents: write
1216
steps:
1317
- name: checkout
1418
uses: actions/checkout@v4
@@ -41,7 +45,7 @@ jobs:
4145
if: steps.check.outputs.update == 'true'
4246
uses: peter-evans/create-pull-request@v7
4347
with:
44-
token: ${{ secrets.GUILD_BOT_TOKEN }}
48+
token: ${{ secrets.GITHUB_TOKEN }}
4549
commit-message: Update apollo-router to version ${{ steps.check.outputs.version }}
4650
branch: apollo-router-update-${{ steps.check.outputs.version }}
4751
delete-branch: true

0 commit comments

Comments
 (0)