Skip to content

Commit

Permalink
test with different token
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Jan 20, 2025
1 parent a89ac84 commit c282f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/internal_vs_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
done
shell: bash
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# GH_TOKEN: ${{ steps.app-token.outputs.token }}
GH_ORG: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
PULL_NUMBER: ${{ github.event.pull_request.number }}

0 comments on commit c282f0d

Please sign in to comment.