Skip to content

Commit 7a77df4

Browse files
Changed secrets
1 parent 92ac40e commit 7a77df4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/browser-tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
test-suite: '--profile=browser --suite=admin-ui-full'
1818
test-setup-phase-1: '--profile=setup --suite=personas --mode=standard'
1919
test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard'
20-
secrets:
21-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
20+
secrets: inherit
2221
examples:
2322
name: "BehatBundle examples"
2423
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2524
with:
2625
project-edition: 'oss'
2726
project-version: '^3.3.x-dev'
2827
test-suite: '--mode=standard --profile=service --suite=examples'
29-
secrets:
30-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
28+
secrets: inherit

0 commit comments

Comments
 (0)