Skip to content

Commit

Permalink
chore: limit the permissions for the job calling the version check wo…
Browse files Browse the repository at this point in the history
…rkflow

Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
  • Loading branch information
rdimitrov committed May 31, 2022
1 parent f372ec8 commit 04cfad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/specification-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
echo "::set-output name=version::$ver"
# Get the latest TUF specification release and open an issue (if needed)
specification-bump-check:
permissions:
contents: read
issues: write
needs: get-supported-tuf-version
uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master
with:
Expand Down

0 comments on commit 04cfad5

Please sign in to comment.