Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .env.test.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
###############################################################################
# The following environment variables are used to run tests.
# Create a specific account for testing to avoid issues.
###############################################################################

# The email address for your Prismic account.
E2E_PRISMIC_EMAIL=
# The password to your Prismic account.
E2E_PRISMIC_PASSWORD=
2 changes: 2 additions & 0 deletions .github/workflows/prerelease-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
publish:
if: github.repository_owner == 'prismicio'
runs-on: ubuntu-latest
env:
MODE: production
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prerelease-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
publish:
if: github.repository_owner == 'prismicio'
runs-on: ubuntu-latest
env:
MODE: production
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
jobs:
release-please:
runs-on: ubuntu-latest
env:
MODE: production
steps:
- uses: googleapis/release-please-action@v4
id: release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

build:
runs-on: ubuntu-latest
env:
MODE: production
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
Expand Down
Loading