Skip to content

Commit

Permalink
Updated repository secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
ylorph committed Mar 14, 2024
1 parent 3ce4378 commit 6c923f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v5.0.0
with:
# These secrets will need to be configured for the repository:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_2024 }}
passphrase: ${{ secrets.GPG_PASSPHRASE_2024 }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.0.0
Expand Down

0 comments on commit 6c923f1

Please sign in to comment.