Skip to content

Commit

Permalink
tag-latest: grant write permissions (#121)
Browse files Browse the repository at this point in the history
Grant write permission to the tag-latest workflow
  • Loading branch information
gmodena authored Dec 13, 2024
1 parent 19b35c9 commit 553a27c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
jobs:
update-latest-tag:
runs-on: ubuntu-latest

permissions:
contents: "write"
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 553a27c

Please sign in to comment.