Skip to content

Commit 289007a

Browse files
pull-requests: write
1 parent f68bf6b commit 289007a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate_sbom.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
fail-fast: false
1515
permissions:
1616
id-token: write # Required to request a json web token (JWT) for keyless authentication with Endor Labs
17-
contents: write # Required for PR
17+
contents: write # Required for commit
18+
pull-requests: write # Required for PR
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: Checkout Repository

0 commit comments

Comments
 (0)