Skip to content

Commit

Permalink
Update create-tag-now.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jan 19, 2025
1 parent 85c33ea commit 21f61c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-tag-now.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: "Tag creation"
runs-on: ubuntu-latest
permissions:
contents: write
actions: read
contents: write # Needed to create a tag
actions: read # Needed to trigger a workflow

steps:
- name: "Checkout sources"
Expand Down

0 comments on commit 21f61c9

Please sign in to comment.