Skip to content

Commit

Permalink
ci: set write permissions on token
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Feb 23, 2023
1 parent 5a506b7 commit 744d601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write

steps:

Expand All @@ -21,7 +23,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version-file: '.nvmrc'

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7
run_install: true
Expand Down

0 comments on commit 744d601

Please sign in to comment.