Skip to content

Commit

Permalink
Merge pull request #18 from creative-commoners/pulls/1.0/action-permi…
Browse files Browse the repository at this point in the history
…ssions

DOC Document required permissions
  • Loading branch information
GuySartorelli authored May 14, 2024
2 parents 1a8d2e7 + 8586fb2 commit 57eb77f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ on:
- '*.*.*'
workflow_dispatch:

permissions: {}

jobs:
auto-tag:
name: Auto-tag
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Auto-tag
uses: silverstripe/gha-auto-tag@v1
Expand Down

0 comments on commit 57eb77f

Please sign in to comment.