Skip to content

Commit

Permalink
Update release.yaml - openssf scorecard write permissions at the job …
Browse files Browse the repository at this point in the history
…level (#87)

Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
  • Loading branch information
mathieu-benoit authored Nov 21, 2024
1 parent 526ed3b commit 70df937
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
tags:
- 0.**
permissions:
id-token: write
packages: write
contents: write
contents: read
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 70df937

Please sign in to comment.