Skip to content

Commit

Permalink
Merge pull request #119 from DominikPinsel/develop
Browse files Browse the repository at this point in the history
update workflows/build.yaml
  • Loading branch information
DominikPinsel authored May 10, 2022
2 parents 7ae9e4c + f2bbe8d commit e1463b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
secret-presence:
runs-on: ubuntu-latest
outputs:
CXNG_GHCR_PAT: ${{ steps.secret-present.outputs.CXNG_GHCR_PAT }}
VERACODE_ID: ${{ steps.secret-present.outputs.VERACODE_ID }}
VERACODE_SECRET_KEY: ${{ steps.secret-present.outputs.VERACODE_SECRET_KEY }}
CXNG_GHCR_PAT: ${{ steps.secret-presence.outputs.CXNG_GHCR_PAT }}
VERACODE_ID: ${{ steps.secret-presence.outputs.VERACODE_ID }}
VERACODE_SECRET_KEY: ${{ steps.secret-presence.outputs.VERACODE_SECRET_KEY }}
steps:
- name: Check whether secrets exist
id: secret-present
id: secret-presence
run: |
[ ! -z "${{ secrets.CXNG_GHCR_PAT }}" ] && echo "::set-output name=CXNG_GHCR_PAT::true"
[ ! -z "${{ secrets.VERACODE_ID }}" ] && echo "::set-output name=VERACODE_ID::true"
Expand Down

0 comments on commit e1463b3

Please sign in to comment.