aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-07-11 00:56:49 -0700
committerGitHub <noreply@github.com>2021-07-11 00:56:49 -0700
commitfa1045c861b79d8fe0a3569eca62d0501ead9614 (patch)
tree29393895cc546c38db9beb94bd4ee4ce9b24d339 /.github
parenta17a59426e16c3866413905447eeaad2d838272b (diff)
downloadseaweedfs-csi-driver-fa1045c861b79d8fe0a3569eca62d0501ead9614.tar.xz
seaweedfs-csi-driver-fa1045c861b79d8fe0a3569eca62d0501ead9614.zip
use GITHUB_TOKENv1.0.1
Diffstat (limited to '.github')
-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/') }}