Skip to content

chore: restrict secrets in playwright github action (#623) #2174

chore: restrict secrets in playwright github action (#623)

chore: restrict secrets in playwright github action (#623) #2174

name: Build and Test (Pages)
on: push
jobs:
call_build:
uses: ./.github/workflows/build.yml
with:
package: "pages"
call_playwright:
needs: call_build
uses: ./.github/workflows/playwright.yml
secrets:
BOT_REPO_SCOPED_TOKEN: ${{ secrets.BOT_REPO_SCOPED_TOKEN }}
call_jstest:
needs: call_build
uses: ./.github/workflows/jstest.yml
secrets:
JSTEST_PRIVATE_SSH_KEY: ${{ secrets.JSTEST_PRIVATE_SSH_KEY }}