Skip to content

Commit

Permalink
🔐 Use repo secret GH_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Nov 7, 2024
1 parent d8adc6e commit a3fa92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/match_target_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_BASE_LOGIN: ${{ github.event.pull_request.base.repo.owner.login }}
GITHUB_BASE_REPO_NAME: ${{ github.event.pull_request.base.repo.name }}
GITHUB_REPO: ${{ github.event.pull_request.head.repo.full_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
HEAD_REF: ${{ github.head_ref }}
run: |
TARGET_REPO_URL="https://github.com/${GITHUB_BASE_LOGIN}/${GITHUB_BASE_REPO_NAME}"
Expand Down

0 comments on commit a3fa92c

Please sign in to comment.