use github.token
This commit is contained in:
parent
d077256f9f
commit
4da6c0fda2
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -142,7 +142,7 @@ jobs:
|
|||||||
- name: package-version-to-git-tag + build number
|
- name: package-version-to-git-tag + build number
|
||||||
uses: pkgdeps/git-tag-action@v2
|
uses: pkgdeps/git-tag-action@v2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ github.token }} #${{ secrets.GITHUB_TOKEN }}
|
||||||
github_repo: ${{ github.repository }}
|
github_repo: ${{ github.repository }}
|
||||||
version: ${{ env.BUILD_VERSION }}
|
version: ${{ env.BUILD_VERSION }}
|
||||||
git_commit_sha: ${{ github.sha }}
|
git_commit_sha: ${{ github.sha }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user