Skip to content

Commit e203557

Browse files
committed
feat(ci): Adding CI to build different architectures of the plugin.
1 parent 3cfd9d4 commit e203557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
uses: crazy-max/ghaction-import-gpg@v5
3030
id: import_gpg
3131
with:
32-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33-
passphrase: ${{ secrets.PASSPHRASE }}
32+
gpg_private_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
33+
passphrase: ${{ secrets.KF_GPG_PASSPHRASE }}
3434
- name: Run GoReleaser
3535
uses: goreleaser/goreleaser-action@v4
3636
with:
3737
args: release --clean
3838
env:
3939
# GitHub sets the GITHUB_TOKEN secret automatically.
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.V2BUILDTOKEN }}
4141
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)