Skip to content

Commit

Permalink
chore: fix ci permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickadamson committed Nov 17, 2023
1 parent 3071583 commit 66b677e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
types: [released]

permissions:
contents: write # for github pages
packages: write
contents: write

jobs:
release:
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
scope: '@valorem-labs-inc'

- name: Publish
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm ci:release
Expand Down

0 comments on commit 66b677e

Please sign in to comment.