Skip to content

Commit

Permalink
chore(gh-action): 🔒 (#388) small permission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Sep 24, 2023
1 parent 17166c2 commit 8334f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: ./.github/workflows/lint.yml
call_test_all:
uses: ./.github/workflows/test_all.yml
secrets: inherit
call_release_please:
needs:
- call_shellcheck
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ on:
jobs:
call_test_hooks:
uses: ./.github/workflow/test_hooks.yml
secrets: inherit
call_test_ssh_gitlab:
uses: ./.github/workflows/test_ssh_gitlab.yml
secrets: inherit
call_test_ssh:
uses: ./.github/workflows/test_ssh.yml
secrets: inherit
call_test:
uses: ./.github/workflows/test.yml
secrets: inherit

0 comments on commit 8334f78

Please sign in to comment.