Skip to content

Commit

Permalink
Fix github auth for compilation download
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Aug 22, 2024
1 parent 5953cc4 commit 9232fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare_shop/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ runs:
${{ inputs.debug }}
mkdir -p source
curl -sSjkLo source/composer.json \
-H 'Authorization: token ${{ inputs.enterprise_github_token }}' \
-H 'Accept: application/vnd.github.v3.raw' \
-H 'Authorization: Bearer ${{ inputs.enterprise_github_token }}' \
-H 'Accept: application/vnd.github.raw+json' \
'${{ inputs.compilation_url }}'
- name: Clone the shop (${{ inputs.git_shop_ref }})
Expand Down

0 comments on commit 9232fb6

Please sign in to comment.