diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2117f34..3223511 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -142,7 +142,7 @@ jobs: - name: package-version-to-git-tag + build number uses: pkgdeps/git-tag-action@v2 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ github.token }} #${{ secrets.GITHUB_TOKEN }} github_repo: ${{ github.repository }} version: ${{ env.BUILD_VERSION }} git_commit_sha: ${{ github.sha }}