diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-07-11 00:56:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 00:56:49 -0700 |
| commit | fa1045c861b79d8fe0a3569eca62d0501ead9614 (patch) | |
| tree | 29393895cc546c38db9beb94bd4ee4ce9b24d339 /.github | |
| parent | a17a59426e16c3866413905447eeaad2d838272b (diff) | |
| download | seaweedfs-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.yaml | 2 |
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/') }} |
