chore: fix GH_TOKEN
This commit is contained in:
parent
334dbc04a6
commit
4c1a7ad08d
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
@ -58,6 +58,16 @@ jobs:
|
|||||||
- name: Make
|
- name: Make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
# https://goreleaser.com/ci/actions/
|
||||||
|
- name: Run GoReleaser
|
||||||
|
uses: goreleaser/goreleaser-action@v2
|
||||||
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
args: release --rm-dist
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# Install Docker image multi-arch builder
|
# Install Docker image multi-arch builder
|
||||||
- name: Install seihon ${{ env.SEIHON_VERSION }}
|
- name: Install seihon ${{ env.SEIHON_VERSION }}
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
@ -76,13 +86,3 @@ jobs:
|
|||||||
- name: Deploy Docker Images (seihon)
|
- name: Deploy Docker Images (seihon)
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
run: make publish-images
|
run: make publish-images
|
||||||
|
|
||||||
# https://goreleaser.com/ci/actions/
|
|
||||||
- name: Run GoReleaser
|
|
||||||
uses: goreleaser/goreleaser-action@v2
|
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
args: release --rm-dist
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user