use github.token

This commit is contained in:
Ulf Gebhardt 2023-03-20 12:18:00 +01:00
parent d077256f9f
commit 4da6c0fda2
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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 }}