Skip to content

Commit

Permalink
Add assertion permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maizied.majumder committed Oct 20, 2024
1 parent 2f04fe4 commit 223a4e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
attestations: write

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

0 comments on commit 223a4e4

Please sign in to comment.