Skip to content

Commit e6d55ff

Browse files
authored
chore(release) Fix permissions (#184)
1 parent 60241eb commit e6d55ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ concurrency:
77
group: release
88
cancel-in-progress: true
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215
uses: ./.github/workflows/ci.yml
@@ -31,7 +34,7 @@ jobs:
3134
- run: yarn build
3235
- run: yarn release
3336
env:
34-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3538
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3639

3740
pages:

0 commit comments

Comments
 (0)