Skip to content

Commit

Permalink
Update build_loop.yml: GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornoleh authored Mar 25, 2024
1 parent 57e2547 commit abd4167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
response=$(curl --request GET \
--url "https://api.github.com/repos/${{ env.UPSTREAM_REPO }}/git/refs/heads/dev" \
--header "Authorization: Bearer $GH_TOKEN" \
--header "Authorization: Bearer $GITHUB_TOKEN" \
--silent)
echo "API Response: $response"
SHA=$(echo "$response" | jq -r '.object.sha')
Expand Down

0 comments on commit abd4167

Please sign in to comment.