From 8334f78f626c9716d300ea3b0a6c9a13edf616b8 Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Sun, 24 Sep 2023 18:09:06 +0200 Subject: [PATCH] chore(gh-action): :lock: (#388) small permission fix --- .github/workflows/release.yml | 1 + .github/workflows/test_all.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a4d7e4a..f2bd3e65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/test_all.yml b/.github/workflows/test_all.yml index e0bed3c8..881f3167 100644 --- a/.github/workflows/test_all.yml +++ b/.github/workflows/test_all.yml @@ -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