Skip to content

Commit

Permalink
workaround to fix failing workflow. Refs #162
Browse files Browse the repository at this point in the history
The action fails to upload secrets during one of the testing steps since the Worker doesn't exist yet.
  • Loading branch information
1000hz committed Aug 30, 2023
1 parent 71199d2 commit d7637bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
environment: dev
preCommands: npx wrangler deploy --env dev # https://github.com/cloudflare/wrangler-action/issues/162
secrets: |
SECRET1
SECRET2
Expand Down

0 comments on commit d7637bf

Please sign in to comment.