Skip to content

Commit 4239a61

Browse files
committed
chore: remove redundant GH_TOKEN env var
The gh CLI automatically uses GITHUB_TOKEN in GitHub Actions when the appropriate permissions are set. Explicit GH_TOKEN env var is redundant.
1 parent 9fee66d commit 4239a61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/fuzzer-fix-automation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
echo "issue_body<<EOF" >> $GITHUB_OUTPUT
4646
echo "$ISSUE_DATA" | jq -r '.body' >> $GITHUB_OUTPUT
4747
echo "EOF" >> $GITHUB_OUTPUT
48-
env:
49-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5048
5149
- name: Setup Rust
5250
uses: ./.github/actions/setup-rust

0 commit comments

Comments
 (0)