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.
2 parents 2e5e0d7 + 7a8ac5f commit d5827d0Copy full SHA for d5827d0
.github/workflows/browser-tests.yaml
@@ -15,8 +15,4 @@ jobs:
15
project-edition: 'oss'
16
test-setup-phase-1: '--mode=standard --profile=core --suite=setup'
17
test-suite: "--mode=standard --profile=core --tags='~@broken&&~@setup'"
18
- secrets:
19
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
20
- AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }}
21
- AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }}
22
- AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }}
+ secrets: inherit
0 commit comments