Skip to content

Commit

Permalink
update gha permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Nov 27, 2023
1 parent ffd1b72 commit c954b97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- 'master'

permissions:
contents: write

jobs:
wordpress:
name: Release
Expand Down Expand Up @@ -33,4 +36,4 @@ jobs:
git tag "$VERSION"
git push --tags
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c954b97

Please sign in to comment.