Skip to content

Commit

Permalink
Check if workflow runs without secrets: inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 9, 2024
1 parent 85657ee commit 5f3df3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/container-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5f3df3c

Please sign in to comment.