something something token permissions (#1850)

This commit is contained in:
James Hodgkinson 2023-07-13 12:20:20 +10:00 committed by GitHub
parent 5cd62eb974
commit 06e85f9747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -10,6 +10,10 @@ name: Container - Kanidm
push:
branches:
- master
permissions:
packages: write
contents: read
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View file

@ -11,6 +11,10 @@ name: Container - Kanidmd
branches:
- master
permissions:
packages: write
contents: read
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

View file

@ -11,6 +11,10 @@ name: Container - Radiusd
branches:
- master
permissions:
packages: write
contents: read
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true