GitHub create-deploy-tag workflow: Fix protected tag issue 2

This commit is contained in:
Thomas Watson 2023-08-30 23:49:41 +02:00
parent 350cd55823
commit a6aa865dee
No known key found for this signature in database
GPG key ID: 884AF396A8C656B0

View file

@ -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