Skip to content

Commit

Permalink
missing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsanmi committed Jan 23, 2024
1 parent bfd4b47 commit 4e92c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
runs-on: windows-latest
env:
GOPATH: ${{ github.workspace }}
PFX_CERTIFICATE_BASE64: ${{ inputs.pfx_certificate_base64 }}
PFX_CERTIFICATE_BASE64: ${{ secrets.pfx_certificate_base64 }}
PFX_CERTIFICATE_DESCRIPTION: 'New Relic'
PFX_PASSPHRASE: ${{ inputs.pfx_passphrase }}
PFX_PASSPHRASE: ${{ secrets.pfx_passphrase }}
defaults:
run:
working-directory: src/github.com/${{ inputs.original_repo_name }}
Expand Down

0 comments on commit 4e92c05

Please sign in to comment.