Skip to content

Commit

Permalink
add new permissions to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <[email protected]>
  • Loading branch information
James Struga committed Sep 19, 2024
1 parent 9ef1048 commit 7fdb575
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: Build and Test Workflow

permissions:
id-token: write
issues: write
pull-requests: write
contents: write
on:
push:
branches:
Expand Down

0 comments on commit 7fdb575

Please sign in to comment.