Skip to content

Commit

Permalink
And another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jun 7, 2024
1 parent 6576014 commit 7f68b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Preprare Keys
shell: bash
run: |
mkdir -p $GITHUB_WORKSPACE/.gpg
echo -n "${{ secrets.PGP_KEY }}" | base64 --decode | gpg --import --batch --pinentry-mode=loopback
echo -n "${{ secrets.BSD_KEY }}" > $GITHUB_WORKSPACE/bsd-key
mkdir -p $GITHUB_WORKSPACE/.gpg
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 7f68b13

Please sign in to comment.