We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117128d commit 11fc4b8Copy full SHA for 11fc4b8
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
${{ runner.os }}-
60
61
- name: Setup Composer Token
62
- if: ${{ secrets.COMPOSER_TOKEN }}
+ if: secrets.COMPOSER_TOKEN
63
run: composer config github-oauth.github.com ${{ secrets.COMPOSER_TOKEN }}
64
65
- name: Install Project Dependencies
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
0 commit comments