Skip to content

Commit

Permalink
fix: permissions in GH action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Mar 30, 2024
1 parent 09c3bf6 commit 248a081
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/fetch-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ jobs:
fetch-assets:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
contents: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 248a081

Please sign in to comment.