Skip to content

Commit

Permalink
🔧 Update permissions in pnpm-publish.yaml and pnpm-version-patch.yaml…
Browse files Browse the repository at this point in the history
… workflows
  • Loading branch information
NatoBoram committed Mar 25, 2024
1 parent 75fc306 commit 253e431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pnpm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: read
contents: write
id-token: write
packages: write

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-version-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ssh-key: "${{ secrets.DEPLOY_KEY_PRIVATE }}"
ssh-key: ${{ secrets.DEPLOY_KEY_PRIVATE }}
- uses: pnpm/action-setup@v2
with:
version: latest
Expand Down

0 comments on commit 253e431

Please sign in to comment.