Skip to content

Commit

Permalink
feat: fix perm (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzholudev authored Sep 30, 2024
1 parent 524a431 commit 1438c89
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ jobs:
needs: [Test] #lint should be placed back
runs-on: ubuntu-latest
# Sets the permissions granted to the default `GITHUB_TOKEN` for the actions in this job. This is autogenerated
permissions:
contents: write
packages: write
attestations: write
id-token: write
permissions: write-all

# permissions:
# contents: write
# packages: write
# attestations: write
# id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1438c89

Please sign in to comment.