Skip to content

Commit

Permalink
CI: add step to fetch gpg binary
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Feb 7, 2025
1 parent 79ac2db commit 086b4ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ jobs:
with:
gradle-version: 8.4
arguments: wrapper -p interop/kotlin/ret-kotlin
- uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main
with:
role_name: 'arn:aws:iam::${{ secrets.SECRETS_ACCOUNT_ID }}:role/gh-radix-engine-toolkit-secrets-read-access'
app_name: 'radix-engine-toolkit'
step_name: 'gpg'
secret_prefix: 'GPG_BINARY'
secret_name: 'arn:aws:secretsmanager:eu-west-2:${{ secrets.SECRETS_ACCOUNT_ID }}:secret:github-actions/radixdlt/radix-engine-toolkit/gpg-UQP0tq'
parse_json: true
- name: Get GPG key to sign
working-directory: interop/kotlin/ret-kotlin
run: |
Expand Down

0 comments on commit 086b4ae

Please sign in to comment.