Skip to content

Commit

Permalink
fix: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxneuvians authored Oct 17, 2023
1 parent aeb590a commit a6b61ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
branches:
- main

permissions:
id-token: write
contents: read
pull-requests: write
actions: write
checks: write
statuses: write

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a6b61ec

Please sign in to comment.