Skip to content

Commit

Permalink
ci: scoping the permission in create_additional_release_tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Feb 5, 2025
1 parent 81e21f2 commit 7e35660
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create_additional_release_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
permissions:
# Permission to create tag
# https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-contents
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7e35660

Please sign in to comment.