diff --git a/.github/workflows/create_tag.yaml b/.github/workflows/create_tag.yaml index 5ccfb36..457664b 100644 --- a/.github/workflows/create_tag.yaml +++ b/.github/workflows/create_tag.yaml @@ -14,7 +14,9 @@ jobs: permissions: contents: write env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # use personal access token to create tag to it can trigger other workflows + GH_TOKEN: ${{ secrets.PAT_FOR_TAG }} steps: - uses: actions/checkout@v4 - name: Create tag