Skip to content

Commit

Permalink
add better auth
Browse files Browse the repository at this point in the history
  • Loading branch information
DarhkVoyd committed Aug 1, 2024
1 parent 81e7328 commit a111920
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-landscape-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl -X POST \
curl -L \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Authorization: Bearer $PERSONAL_ACCESS_TOKEN" \
https://api.github.com/repos/darhkvoyd/landscape/actions/workflows/update-landscape-tooling.yml/dispatches \
-d '{"ref":"automate-landscape-tooling-data"}'

0 comments on commit a111920

Please sign in to comment.