diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index dc9462c..41770a6 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -28,4 +28,4 @@ jobs: - name: update tag run: | cp .github/tag.js . - node tag.js ${{ secrets.GITHUB_TOKEN }} $GITHUB_REPOSITORY \ No newline at end of file + node tag.js ${{ secrets.ACCESS_TOKEN }} $GITHUB_REPOSITORY \ No newline at end of file