Skip to content

Commit

Permalink
Use in dev version of signer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Nov 13, 2024
1 parent b74eab2 commit 04498b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
echo "${{ secrets.TEST_GPG_KEY }}" | base64 --decode | gpg --batch --import
- name: Sign assets
uses: Cawllec/release-signer@main
uses: Cawllec/release-signer@add-packages
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
organization: ${{ github.repository_owner }}
Expand Down

0 comments on commit 04498b5

Please sign in to comment.