File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - name : Checkout repository
1212 uses : actions/checkout@v4
13+ with :
14+ token : ${{ secrets.GITHUB_TOKEN }}
1315
1416 - name : Create skill directory structure
1517 run : |
@@ -33,12 +35,11 @@ jobs:
3335
3436 - name : Create tag
3537 run : |
36- git config user.name "github-actions"
37- git config user.email "github-actions@ github.com"
38+ git config user.name "github-actions[bot] "
39+ git config user.email "41898282+ github-actions[bot]@users.noreply. github.com"
3840 git tag -f latest
41+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
3942 git push origin -f --tags
40- env :
41- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4243
4344 - name : Create Release
4445 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments