Fix token setup
This commit is contained in:
parent
831a6d4a23
commit
efc8f6d666
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -31,6 +31,8 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
shell: bash
|
shell: bash
|
||||||
id: generate-tag
|
id: generate-tag
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions"
|
git config --global user.name "github-actions"
|
||||||
git config --global user.email "github-actions@github.com"
|
git config --global user.email "github-actions@github.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user