Skip to content

Commit 3f8e87e

Browse files
authored
Update release.yml
1 parent 30b325e commit 3f8e87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
run: |
2323
npm run fetchReleases
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
2626
- name: Create Pull Request
2727
uses: peter-evans/create-pull-request@v7
2828
with:
2929
title: 'Update releases'
3030
branch: update-releases
3131
add-paths: |
3232
content/download/*.json
33-
33+

0 commit comments

Comments
 (0)