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 b156b9d commit 70e48beCopy full SHA for 70e48be
2 files changed
.github/workflows/browser-tests.yml
@@ -188,6 +188,7 @@ jobs:
188
${{ inputs.project-edition }}-${{ steps.project-version.outputs.version }}-${{ inputs.php-image }}
189
190
- name: Generate token
191
+ if: ${{ secrets.AUTOMATION_CLIENT_ID != '' && secrets.AUTOMATION_CLIENT_SECRET != '' }}
192
id: generate_token
193
uses: actions/create-github-app-token@v2
194
with:
actions/composer-install/action.yml
@@ -25,7 +25,8 @@ inputs:
25
runs:
26
using: "composite"
27
steps:
28
- - uses: actions/create-github-app-token@v2
+ - if: ${{ inputs.gh-client-id != '' && inputs.gh-client-secret != '' }}
29
+ uses: actions/create-github-app-token@v2
30
31
32
app-id: ${{ inputs.gh-client-id }}
0 commit comments