-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cloudflare/wrangler-action from 3.12.0 to 3.12.1
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](cloudflare/wrangler-action@v3.12.0...v3.12.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b5363c7
commit fa3d677
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
uses: hashicorp/setup-terraform@v3 | ||
|
||
- name: Retrieve Terraform State | ||
uses: cloudflare/[email protected].0 | ||
uses: cloudflare/[email protected].1 | ||
with: | ||
command: --version | ||
preCommands: npx wrangler kv:namespace list | jq -r '.[] | select( .title == "dispoflare-terraform-state" ) | .id' | awk '{print "tfstate_kv="$1}' >> $GITHUB_ENV | ||
|
@@ -29,7 +29,7 @@ jobs: | |
working-directory: ./.terraform | ||
|
||
- name: Download Terraform State | ||
uses: cloudflare/[email protected].0 | ||
uses: cloudflare/[email protected].1 | ||
with: | ||
command: --version | ||
preCommands: npx wrangler kv:key get --namespace-id=${{ env.tfstate_kv }} terraform.tfstate > ./.terraform/terraform.tfstate | ||
|
@@ -47,7 +47,7 @@ jobs: | |
TF_VAR_sentry_dsn: ${{ secrets.SENTRY_DSN || '' }} | ||
|
||
- name: Init Terraform State | ||
uses: cloudflare/[email protected].0 | ||
uses: cloudflare/[email protected].1 | ||
if: ${{ env.tfstate_kv == '' }} | ||
with: | ||
command: --version | ||
|
@@ -56,7 +56,7 @@ jobs: | |
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} | ||
|
||
- name: Store Terraform State | ||
uses: cloudflare/[email protected].0 | ||
uses: cloudflare/[email protected].1 | ||
with: | ||
command: kv:key put --namespace-id=${{ env.tfstate_kv }} terraform.tfstate --path=./.terraform/terraform.tfstate | ||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} | ||
|
@@ -83,7 +83,7 @@ jobs: | |
run: npm run build | ||
|
||
- name: Publish to Cloudflare Pages | ||
uses: cloudflare/[email protected].0 | ||
uses: cloudflare/[email protected].1 | ||
with: | ||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} | ||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} | ||
|
@@ -100,7 +100,7 @@ jobs: | |
fi | ||
- name: Setup Sentry | ||
uses: cloudflare/[email protected].0 | ||
uses: cloudflare/[email protected].1 | ||
if: ${{ steps.sentry-check.outputs.sentry == 'true' }} | ||
with: | ||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} | ||
|
@@ -112,7 +112,7 @@ jobs: | |
SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | ||
|
||
- name: Publish to Cloudflare Workers | ||
uses: cloudflare/[email protected].0 | ||
uses: cloudflare/[email protected].1 | ||
with: | ||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} | ||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} | ||
|