Skip to content

Commit e538da6

Browse files
authored
chore: GH workflow permissions (#25)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 146dc1e commit e538da6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true
1515

16+
# see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
17+
permissions: {}
18+
1619
jobs:
1720
# unit tests
1821
# units:

0 commit comments

Comments
 (0)