diff --git a/.github/workflows/auto-create-tags.yml b/.github/workflows/auto-create-tags.yml index 5c1ed4708..e177b9ca0 100644 --- a/.github/workflows/auto-create-tags.yml +++ b/.github/workflows/auto-create-tags.yml @@ -12,7 +12,7 @@ jobs: create-tag: runs-on: ubuntu-latest env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + GITHUB_TOKEN: "${{ secrets.CONTENTS_RW_PAT }}" steps: - uses: actions/checkout@v2 - name: "Create main tag"