Skip to content

Commit

Permalink
fix(ci): replace token
Browse files Browse the repository at this point in the history
  • Loading branch information
phk-nord authored Feb 25, 2025
1 parent 3aebd4b commit e3201ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Release
id: release
env:
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

- name: Login to ghcr.io
Expand All @@ -45,7 +45,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PACKAGE_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Generate Docker metadata
if: ${{ steps.release.outputs.RELEASE_VERSION }}
Expand Down

0 comments on commit e3201ba

Please sign in to comment.