Skip to content

Commit

Permalink
add secrets to workflow call (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoeni authored Jan 22, 2024
1 parent da037a8 commit c42f143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ jobs:
yaml-lint:
uses: swissfintechinnovations/.github/.github/workflows/reusable-yamllint-workflow.yaml@main
with:
filenames: '*.yaml'
fail: true
filenames: '*.yaml'
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
version: ${{ github.event.inputs.version }}
draft: ${{ fromJSON(github.event.inputs.draft) }}
artifact: ${{ fromJSON(github.event.inputs.artifact) }}
force: ${{ fromJSON(github.event.inputs.force) }}
force: ${{ fromJSON(github.event.inputs.force) }}
secrets: inherit

0 comments on commit c42f143

Please sign in to comment.