Skip to content

Commit

Permalink
Do not set GH_TOKEN env variable in RUn Release Test step
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed May 17, 2024
1 parent b30bb42 commit 1b57086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
- name: Run Release Test
env:
ARROW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
ci/scripts/release_test.sh $(pwd)
Expand Down

0 comments on commit 1b57086

Please sign in to comment.