Skip to content

Commit

Permalink
update action token to execution step scoped variant
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed Nov 29, 2024
1 parent f932a65 commit 28e1060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/iota-rebase-sandbox/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
"https://api.github.com/repos/iotaledger/iota/releases/latest" \
-s \
-w "\n%{http_code}" \
--header "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}")
--header "authorization: Bearer ${{ github.token }}")
CODE=$(tail -n1 <<< "$CODE_AND_BODY")
BODY=$(sed '$ d' <<< "$CODE_AND_BODY")
Expand Down

0 comments on commit 28e1060

Please sign in to comment.