fixed secret
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -89,7 +89,7 @@ jobs:
|
||||
version="${{ steps.next-version.outputs.version }}"
|
||||
|
||||
curl -X POST "http://192.168.1.4:3000/api/packages/Ronnie/GodotHelpers/releases" \
|
||||
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
||||
-H "Authorization: token ${{ secrets.GH_BASIC }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{
|
||||
\"tag_name\": \"$version\",
|
||||
|
||||
Reference in New Issue
Block a user