Skip to content

Commit 239aeeb

Browse files
committed
Release Action GH_TOKEN change
1 parent 662d932 commit 239aeeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}
32-
password: ${{ secrets.GH_TOKEN }}
32+
password: ${{ github.token }}
3333
- name: Login to dockerhub
3434
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3535
with:
@@ -46,5 +46,5 @@ jobs:
4646
version: v2.7.0
4747
args: release -f nightly.goreleaser.yml --clean --nightly
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
49+
GITHUB_TOKEN: ${{ github.token }}
5050
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}
32-
password: ${{ secrets.GH_TOKEN }}
32+
password: ${{ github.token }}
3333
- name: Login to dockerhub
3434
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3535
with:
@@ -46,6 +46,6 @@ jobs:
4646
version: v2.7.0
4747
args: release --clean
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
49+
GITHUB_TOKEN: ${{ github.token }}
5050
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
5151
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)