Skip to content

Commit

Permalink
inherit secrets for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Jan 8, 2025
1 parent 40ebb7b commit 1a5d4c9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/platform-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ jobs:
api-image: ${{ needs.docker-build-api.outputs.image }}
concurrency: ${{ matrix.args.concurrency }}
tests: ${{ matrix.args.tests }}
secrets:
gcr-token: ${{ needs.permissions-check.outputs.can-write == 'true' && secrets.GITHUB_TOKEN || '' }}

secrets: inherit
strategy:
matrix:
runs-on: [ubuntu-latest, ARM64-2c]
Expand All @@ -165,9 +163,7 @@ jobs:
api-image: ${{ needs.docker-build-private-cloud.outputs.image }}
concurrency: ${{ matrix.args.concurrency }}
tests: ${{ matrix.args.tests }}
secrets:
gcr-token: ${{ needs.permissions-check.outputs.can-write == 'true' && secrets.GITHUB_TOKEN || '' }}

secrets: inherit
strategy:
matrix:
runs-on: [ubuntu-latest, ARM64-2c]
Expand Down

0 comments on commit 1a5d4c9

Please sign in to comment.