Skip to content

Commit

Permalink
pass GPG creds
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathramesh committed Jan 31, 2025
1 parent 672a37d commit fe60b65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_prerelease_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ concurrency: e2e-workflow-${{ inputs.gh_release_name }}
env:
# GH_TOKEN: ${{ inputs.github_token }}
GH_TOKEN: ${{ github.token }}
GPG_MAIL: ${{ secrets.LOGGING_GPG_MAIL }}
GPG_PASSPHRASE: ${{ secrets.OHAI_GPG_PASSPHRASE }}
GPG_PRIVATE_KEY_BASE64: ${{ secrets.OHAI_GPG_PRIVATE_KEY_BASE64 }} # base64 encoded

jobs:
spin_up_test_executor_instances:
Expand Down

0 comments on commit fe60b65

Please sign in to comment.