Skip to content

Commit 6b330fa

Browse files
committed
Remove redundant env
1 parent 5cc753d commit 6b330fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
echo "UPX_CMD=$(php src/globals/test-extensions.php upx)" >> $GITHUB_ENV
191191
192192
- name: "Run Build Tests (download)"
193-
run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} php src/globals/test-extensions.php download_cmd ${{ matrix.os }} ${{ matrix.php }}
193+
run: php src/globals/test-extensions.php download_cmd ${{ matrix.os }} ${{ matrix.php }}
194194

195195
- name: "Run Build Tests (build)"
196196
run: php src/globals/test-extensions.php build_cmd ${{ matrix.os }} ${{ matrix.php }}

0 commit comments

Comments
 (0)