Skip to content

Commit

Permalink
GitHub create-deploy-tag workflow: Fix protected tag issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Watson committed Aug 30, 2023
1 parent 350cd55 commit a6aa865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
# Temporary, we need a way to limit this to a GitHub team instead of specific users
if: contains('["watson","clintandrewhall","kobelb","lukeelmers","thomasneirynck"]', github.triggering_actor)
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a6aa865

Please sign in to comment.