Skip to content

Commit

Permalink
Fix composer configuration COMPOSER_TOKEN: secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 28, 2023
1 parent 51a7713 commit 48447d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
no_push: 1 ## add this arg to not push to the repo ideal for quick test on specific version

- uses: "shivammathur/setup-php@v2"
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
php-version: "8.2"
- name: 'Configure our repo'
Expand Down

0 comments on commit 48447d2

Please sign in to comment.