Explorar o código

Add personal gh token to trigger new workflows

wernerfred %!s(int64=4) %!d(string=hai) anos
pai
achega
067e3bb566
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/github-release.yml

+ 2 - 2
.github/workflows/github-release.yml

@@ -19,10 +19,10 @@ jobs:
         id: create_release
         uses: actions/create-release@v1
         env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.GH_TOKEN_RAINLOOP }}
         with:
           tag_name: ${{ github.ref }}
-          release_name: Release ${{ github.ref }}
+          release_name: ${{ github.ref }}
           body: ""
           draft: false
           prerelease: false