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 42fbc99 commit 4daf6cdCopy full SHA for 4daf6cd
.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