Skip to content

Commit

Permalink
chore: Add write permissions for contents in tag_version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Nov 23, 2024
1 parent e0be08c commit 4f648b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- cron: "0 0 * * 0" # Runs every Sunday at midnight
workflow_dispatch:

permissions:
contents: write

jobs:
tag-version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4f648b0

Please sign in to comment.