Skip to content

Commit d1cc671

Browse files
committed
Fix something about GH token that some idiot broke on purpose without telling anyone :x
1 parent 3574d83 commit d1cc671

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/recompress.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ jobs:
101101
files: |
102102
ffmpeg-master-${{ steps.get_release.outputs.tag }}-linux64-gpl-binary
103103
ffmpeg-master-${{ steps.get_release.outputs.tag }}-win64-gpl-binary.exe
104-
env:
105-
GITHUB_TOKEN: ${{ vars.PAT_TOKEN }}
104+
token: ${{ vars.PAT_TOKEN }}
106105

107106
compress_linux:
108107
runs-on: ubuntu-latest
@@ -139,8 +138,7 @@ jobs:
139138
files: |
140139
ffmpeg-master-${{ needs.create_release.outputs.tag }}-linux64-gpl.7z
141140
ffmpeg-master-${{ needs.create_release.outputs.tag }}-linux64-gpl-upx
142-
env:
143-
GITHUB_TOKEN: ${{ vars.PAT_TOKEN }}
141+
token: ${{ vars.PAT_TOKEN }}
144142

145143
compress_windows:
146144
runs-on: ubuntu-latest
@@ -176,5 +174,4 @@ jobs:
176174
files: |
177175
ffmpeg-master-${{ needs.create_release.outputs.tag }}-win64-gpl.7z
178176
ffmpeg-master-${{ needs.create_release.outputs.tag }}-win64-gpl-upx.exe
179-
env:
180-
GITHUB_TOKEN: ${{ vars.PAT_TOKEN }}
177+
token: ${{ vars.PAT_TOKEN }}

0 commit comments

Comments
 (0)