mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-12-06 18:43:19 +01:00
with personal github token
This commit is contained in:
2
.github/workflows/create-tag.yml
vendored
2
.github/workflows/create-tag.yml
vendored
@@ -20,4 +20,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag: ${{ steps.semver.outputs.next }}
|
tag: ${{ steps.semver.outputs.next }}
|
||||||
message: ${{ steps.semver.outputs.next }}
|
message: ${{ steps.semver.outputs.next }}
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user