diff --git a/action.yml b/action.yml index 97dea81..a136b81 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ runs: # Request an upload URL RESPONSE="$( wget -O - \ --header 'Content-Type:application/json' \ - --header "Authorization: Bearer $GITHUB_TOKEN" \ + --header "Authorization: Bearer $ACTIONS_RUNTIME_TOKEN" \ --header 'User-Agent: @actions/artifact-2.1.9' \ --header "Date: $( date --rfc-email --utc | sed 's/+0000$/GMT/' )" \ --header "X-Github-Backend: Kubernetes" \