Skip to content

Commit e3201ba

Browse files
authored
fix(ci): replace token
1 parent 3aebd4b commit e3201ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Release
3737
id: release
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
run: npx semantic-release
4141

4242
- name: Login to ghcr.io
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.repository_owner }}
48-
password: ${{ secrets.PACKAGE_TOKEN }}
48+
password: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Generate Docker metadata
5151
if: ${{ steps.release.outputs.RELEASE_VERSION }}

0 commit comments

Comments
 (0)