Skip to content

Commit

Permalink
fix(actions): pass inputs in properly
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Apr 10, 2022
1 parent 7e0105a commit bc43943
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -9,6 +9,7 @@ jobs:
uses: lrstanley/.github/.github/workflows/docker-release.yml@master
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
scan: false
go-release:
uses: lrstanley/.github/.github/workflows/lang-go-release.yml@master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
uses: lrstanley/.github/.github/workflows/docker-release.yml@master
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
push: false

0 comments on commit bc43943

Please sign in to comment.