Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed May 25, 2024
1 parent 1d97689 commit 1ef189e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
run:
working-directory: ./frontend/
permissions:
contents: read
contents: write
pages: write
deployments: write
id-token: write
repository-projects: write

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

0 comments on commit 1ef189e

Please sign in to comment.