Skip to content

Commit

Permalink
GHA: Update secret
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Feb 4, 2024
1 parent c56e560 commit 90bb978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/saltbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
while [ $attempt -lt $max_attempts ]; do
attempt=$((attempt + 1))
echo "Attempt $attempt of $max_attempts"
response=$(curl -s -H "Authorization: token ${{ secrets.GH_TOKEN }}" \
response=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs")
if [ "$?" -eq 0 ]; then
echo "API Request successful."
Expand Down

0 comments on commit 90bb978

Please sign in to comment.