Skip to content

Commit b10de87

Browse files
committed
ci: Replace write-all premission with a WORKFLOW_TOKEN
At this point, I'm out of ideas on how to fix this.
1 parent d3cabd6 commit b10de87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release_dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
runs-on: windows-2022
5959
needs: gamemaker_build
6060
if: needs.build_needed.outputs.needed == 'true'
61-
permissions: write-all
6261
steps:
6362
- uses: actions/checkout@v4
6463
with:
@@ -101,7 +100,7 @@ jobs:
101100

102101
# Use curl to send the PATCH request with proper headers and data
103102
curl --fail-with-body -X PATCH `
104-
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" `
103+
-H "Authorization: Bearer ${{ secrets.WORKFLOW_TOKEN }}" `
105104
-H "Accept: application/vnd.github.v3+json" `
106105
-d $data `
107106
$url

0 commit comments

Comments
 (0)