Skip to content

Commit ba0610e

Browse files
authored
fix(ci): E2E builds Docker images unneccessarily on publish (#5212)
1 parent c542780 commit ba0610e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/platform-docker-build-test-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ jobs:
7575
api-image: ${{ matrix.api-image }}
7676
concurrency: ${{ matrix.args.concurrency }}
7777
tests: ${{ matrix.args.tests }}
78-
secrets: inherit
78+
secrets:
79+
GCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
7981

8082
strategy:
8183
matrix:

0 commit comments

Comments
 (0)