-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Current' into Alternative
- Loading branch information
Showing
80 changed files
with
473 additions
and
1,324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
open_collective: playform | ||
open_collective: playform-cloud-collective |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ jobs: | |
STNOUPGRADE: 1 | ||
STRIPE_CLI_TELEMETRY_OPTOUT: 1 | ||
TELEMETRY_DISABLED: 1 | ||
TERRAFORM_TELEMETRY: 0 | ||
|
||
steps: | ||
- uses: pozil/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,14 +19,46 @@ jobs: | |
Publish: | ||
runs-on: ubuntu-latest | ||
|
||
env: | ||
ADBLOCK: true | ||
ASTRO_TELEMETRY_DISABLED: 1 | ||
AUTOMATEDLAB_TELEMETRY_OPTOUT: 1 | ||
AZURE_CORE_COLLECT_TELEMETRY: 0 | ||
CHOOSENIM_NO_ANALYTICS: 1 | ||
DIEZ_DO_NOT_TRACK: 1 | ||
DOTNET_CLI_TELEMETRY_OPTOUT: 1 | ||
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 | ||
DO_NOT_TRACK: 1 | ||
ET_NO_TELEMETRY: 1 | ||
GATSBY_TELEMETRY_DISABLED: 1 | ||
GATSBY_TELEMETRY_OPTOUT: 1 | ||
GATSBY_TELEMETRY_OPT_OUT: 1 | ||
GRIT_TELEMETRY_DISABLED: 1 | ||
HASURA_GRAPHQL_ENABLE_TELEMETRY: false | ||
HINT_TELEMETRY: off | ||
HOMEBREW_NO_ANALYTICS: 1 | ||
INFLUXD_REPORTING_DISABLED: true | ||
ITERATIVE_DO_NOT_TRACK: 1 | ||
NEXT_TELEMETRY_DEBUG: 1 | ||
NEXT_TELEMETRY_DISABLED: 1 | ||
NG_CLI_ANALYTICS: false | ||
NUXT_TELEMETRY_DISABLED: 1 | ||
PIN_DO_NOT_TRACK: 1 | ||
POWERSHELL_TELEMETRY_OPTOUT: 1 | ||
SAM_CLI_TELEMETRY: 0 | ||
STNOUPGRADE: 1 | ||
STRIPE_CLI_TELEMETRY_OPTOUT: 1 | ||
TELEMETRY_DISABLED: 1 | ||
TERRAFORM_TELEMETRY: 0 | ||
|
||
permissions: | ||
contents: read | ||
id-token: write | ||
|
||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
|
||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: "18" | ||
registry-url: "https://registry.npmjs.org" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ permissions: | |
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [Alternative] | ||
branches: [Current] | ||
pull_request: | ||
branches: [Alternative] | ||
branches: [Current] | ||
workflow_call: | ||
|
||
jobs: | ||
|
@@ -51,13 +51,14 @@ jobs: | |
STNOUPGRADE: 1 | ||
STRIPE_CLI_TELEMETRY_OPTOUT: 1 | ||
TELEMETRY_DISABLED: 1 | ||
TERRAFORM_TELEMETRY: 0 | ||
|
||
strategy: | ||
matrix: | ||
node-version: [18, 19, 20] | ||
|
||
steps: | ||
- uses: actions/[email protected].6 | ||
- uses: actions/[email protected].7 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
|
@@ -74,7 +75,7 @@ jobs: | |
--unsafe-perm=true | ||
] | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: "pnpm" | ||
|
@@ -86,7 +87,7 @@ jobs: | |
- run: pnpm run prepublishOnly | ||
working-directory: . | ||
|
||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
name: .-Node-${{ matrix.node-version }}-Target | ||
path: ./Target |
Oops, something went wrong.