Skip to content

Commit

Permalink
Testing secret token 2;
Browse files Browse the repository at this point in the history
  • Loading branch information
buyuk-dev authored Mar 5, 2024
1 parent 8077092 commit 13b54f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Trigger resume update on buyuk-dev.com
env:
secret_token: "Hello, world"
secret_token: ${{ secrets.TRIGGER_WEBSITE_UPDATE }}
run: |
echo secret_token
echo "${secret_token:0:20}
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $secret_token" \
Expand Down

0 comments on commit 13b54f4

Please sign in to comment.