Skip to content

Commit

Permalink
ci: fix permissions (#284)
Browse files Browse the repository at this point in the history
fix permissions
  • Loading branch information
hf-krechan authored Nov 7, 2024
1 parent a296d7b commit 3a9bd1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps:
- name: Checkout repository
Expand Down

0 comments on commit 3a9bd1e

Please sign in to comment.