Skip to content

Commit

Permalink
Merge pull request #170 from visual-framework/Issue-2023
Browse files Browse the repository at this point in the history
Chore: Issue 2023 - Added permissions for GITHUB_TOKEN to work
  • Loading branch information
bhushan-ebi authored Aug 19, 2024
2 parents 8dc5938 + ee8eb4a commit c0f4afd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: read
pages: write
id-token: write

strategy:
matrix:
node-version: [18.x]
Expand Down

0 comments on commit c0f4afd

Please sign in to comment.