Skip to content

Commit

Permalink
adjust curl command for pat test
Browse files Browse the repository at this point in the history
  • Loading branch information
HarriPra committed Mar 19, 2024
1 parent 1c02e42 commit e0c8588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-repo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: yarn install
working-directory: .github/actions/repo-dispatch

- name: Test GitHub Token
- name: Test GitHub Pat
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
PAT: ${{ secrets.PAT }}
run: |
curl -H "Authorization: token $PAT" \
https://api.github.com/repos/${{ github.repository }}
Expand Down

0 comments on commit e0c8588

Please sign in to comment.