fix: update GITHUB_TOKEN to use ACTIONS_TOKEN in release workflow
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
${{ description }}
|
${{ description }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
|
|
||||||
# Create Release also creates an Tag
|
# Create Release also creates an Tag
|
||||||
# - name: Create git tag
|
# - name: Create git tag
|
||||||
@@ -59,3 +59,4 @@ jobs:
|
|||||||
godot-Linux/X11-v${{ steps.changelog.outputs.version }}.tar.gz
|
godot-Linux/X11-v${{ steps.changelog.outputs.version }}.tar.gz
|
||||||
godot-macOS-v${{ steps.changelog.outputs.version }}.tar.gz
|
godot-macOS-v${{ steps.changelog.outputs.version }}.tar.gz
|
||||||
draft: false
|
draft: false
|
||||||
|
token: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user