From 5f3df3c76bcd61ad3ab84cfdf4533ff98583abeb Mon Sep 17 00:00:00 2001 From: Ruben Nijveld Date: Tue, 9 Apr 2024 14:54:00 +0200 Subject: [PATCH] Check if workflow runs without secrets: inherit --- .github/workflows/container-cleanup.yml | 1 - .github/workflows/docker.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/container-cleanup.yml b/.github/workflows/container-cleanup.yml index 1f61302..e3c210e 100644 --- a/.github/workflows/container-cleanup.yml +++ b/.github/workflows/container-cleanup.yml @@ -14,6 +14,5 @@ on: jobs: untagged-cleanup: uses: "tweedegolf/actions-container-helpers/.github/workflows/container-untagged-cleanup.yml@main" - secrets: inherit with: package: debian diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7195696..ff3d690 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,6 @@ jobs: latest: false alt: oldstable uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main" - secrets: inherit with: push: ${{ github.ref == 'refs/heads/main' }} build-args: |