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 10, 2022
1 parent deeb5c8 commit ffdc87d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/specification-version-check.yml
Expand Up @@ -6,6 +6,9 @@ name: Specification version check
jobs:
# Get the latest TUF specification release and open an issue (if needed)
specification-bump-check:
permissions:
contents: read
issues: write
uses: theupdateframework/specification/.github/workflows/check-latest-spec-version.yml@master
with:
tuf-version: "v1.0.29" # Should be updated to the according version either manually or extracted automatically as how it's done in python-tuf

0 comments on commit ffdc87d

Please sign in to comment.