Add permissions block to Workflows

This commit is contained in:
Stefan Zweifel
2023-02-11 12:23:24 +01:00
parent f44d1cd002
commit 94d6bf9d22
4 changed files with 26 additions and 0 deletions

View File

@@ -7,6 +7,13 @@ on:
jobs:
actions-tagger:
runs-on: windows-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# updaetd CHANGELOG back to the repository.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
contents: write
steps:
- uses: Actions-R-Us/actions-tagger@latest
env: