.github/workflows: Use auto-generated creds
This commit is contained in:
parent
9cc9e6e986
commit
18acf05b6b
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.CR_PAT }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Set version
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
- name: Build and push
|
||||
|
|
Loading…
Reference in a new issue