Skip to content

Commit

Permalink
fix: install GPG key on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yacchi committed Oct 25, 2023
1 parent 6b28f6e commit 8a0f862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
id: vars
run: echo ::set-output name=short_ref::${GITHUB_REF#refs/*/}

- name: Install GPG keys
run: gpg --recv-keys 96B047156338B6D4 80CB727A20C79BB2

- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
Expand Down

0 comments on commit 8a0f862

Please sign in to comment.