Skip to content

Commit

Permalink
Merge branch 'main' into fix/sitemap-base-root
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Mar 27, 2024
2 parents 1a3b64e + e14abc2 commit 8ee25c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/preview-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
- opened
- reopened

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
FORCE_COLOR: true

jobs:
no-preview:
name: Block Preview mode
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.COMMIT_TOKEN }}
# Needs access to publish to npm
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

4 changes: 2 additions & 2 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ defaults:

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
FORCE_COLOR: 1
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
FORCE_COLOR: true

jobs:
snapshot-release:
Expand Down

0 comments on commit 8ee25c8

Please sign in to comment.