Skip to content

Commit

Permalink
Fixed: perms in deploy_alpha.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Sep 23, 2024
1 parent 324e7cd commit 3c5b2a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -68,6 +68,8 @@ jobs:
run: npm run build

- name: Update package version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Fetch or initialize the version counter
if [ ! -f .alpha_version ]; then
Expand Down

0 comments on commit 3c5b2a5

Please sign in to comment.