Skip to content

Commit 3c5b2a5

Browse files
committed
Fixed: perms in deploy_alpha.yml
1 parent 324e7cd commit 3c5b2a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy_alpha.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
permissions:
5555
packages: write
56-
contents: read
56+
contents: write
5757
steps:
5858
- uses: actions/checkout@v3
5959
- uses: actions/setup-node@v3
@@ -68,6 +68,8 @@ jobs:
6868
run: npm run build
6969

7070
- name: Update package version
71+
env:
72+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7173
run: |
7274
# Fetch or initialize the version counter
7375
if [ ! -f .alpha_version ]; then

0 commit comments

Comments
 (0)