Skip to content

Commit

Permalink
fix(ci): import pgp key for testing in release workflow prior run baz…
Browse files Browse the repository at this point in the history
…el tests
  • Loading branch information
danigar committed Dec 12, 2024
1 parent 50cbe43 commit a6e6438
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: Bazel test
run: bazel test //... --config=ci
run: |
gpg --import examples/release_with_secrets/pgp/sops_functional_tests_key.asc
bazel test //... --config=ci
- name: Prepare release
run: .github/workflows/release-gen.sh ${{ env.GITHUB_REF_NAME }} ${{ env.GITHUB_REPOSITORY }} > release_notes.txt
- name: Release
Expand Down

0 comments on commit a6e6438

Please sign in to comment.