Skip to content

Commit

Permalink
uses GITHUB_TOKEN as secret into release workflow to download source …
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
llaville committed Nov 5, 2024
1 parent 8b542df commit ea44de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
composer-options: ${{ inputs.composer-options }}
env: # https://github.com/ramsey/composer-install?tab=readme-ov-file#fork-and-private-repositories
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.COMPOSER_AUTH }}"}}'
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'

- # https://github.com/llaville/box-manifest
name: Download BOX Manifest Artifact
Expand Down

0 comments on commit ea44de3

Please sign in to comment.