aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-07-10 21:38:16 -0700
committerGitHub <noreply@github.com>2021-07-10 21:38:16 -0700
commit6fefb28e98cc21790e60ad7e9f2b9276041d758a (patch)
tree29393895cc546c38db9beb94bd4ee4ce9b24d339 /.github/workflows
parentcecbc77245b94b20a7006988fea38e3253b23cd8 (diff)
downloadseaweedfs-csi-driver-6fefb28e98cc21790e60ad7e9f2b9276041d758a.tar.xz
seaweedfs-csi-driver-6fefb28e98cc21790e60ad7e9f2b9276041d758a.zip
trying GITHUB_TOKEN instead
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index da3b3ed..4dd3ccf 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
- password: ${{ secrets.GHCR_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
- name: Annotate Docker images
if: ${{ startsWith(github.ref, 'refs/tags/') }}