Skip to content

Commit

Permalink
chore: Only request package write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrylo committed Nov 13, 2023
1 parent 43ccc1a commit b8037dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
tags:
- 'release/v*'

permissions: write-all
permissions:
packages: write

jobs:
deployment:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches:
- main

permissions: write-all
permissions:
packages: write

jobs:
deployment:
Expand Down

0 comments on commit b8037dd

Please sign in to comment.