Skip to content

Commit

Permalink
chore: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Oct 2, 2024
1 parent 84ce382 commit f81cb2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
jobs:
check-and-release:
runs-on: ubuntu-latest

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

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit f81cb2d

Please sign in to comment.