Skip to content

Commit ac43753

Browse files
committed
fix secret
1 parent 1cc3e13 commit ac43753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}
60-
password: ${{ secrets.GHCR_TOKEN }}
60+
password: ${{ secrets.GITHUB_TOKEN }}
6161
- name: Publish multi-arch tf-controller container image
6262
uses: docker/build-push-action@v2
6363
with:

0 commit comments

Comments
 (0)