diff --git a/.github/workflows/tagpr.yaml b/.github/workflows/tagpr.yaml index 05e149b2..016420c2 100644 --- a/.github/workflows/tagpr.yaml +++ b/.github/workflows/tagpr.yaml @@ -11,12 +11,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.TAGPR_GITHUB_TOKEN }} - name: tagpr id: tagpr uses: Songmu/tagpr@v1 env: - GITHUB_TOKEN: ${{ secrets.TAGPR_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: ./.github/actions/release with: github-token: ${{ secrets.GITHUB_TOKEN }}