Skip to content

Commit

Permalink
Merge pull request #41 from deriv-com/ako/fix-test-link-action
Browse files Browse the repository at this point in the history
Ako/ use CLOUDFLARE_TEST_LINK_PROJECT_NAME
  • Loading branch information
ali-hosseini-deriv authored Aug 12, 2024
2 parents dde3c6e + e876892 commit 739a7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_TEST_LINK_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_TEST_LINK_ACCOUNT_ID }}
CLOUDFLARE_PROJECT_NAME: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
CLOUDFLARE_PROJECT_NAME: ${{ vars.CLOUDFLARE_TEST_LINK_PROJECT_NAME }}
HEAD_BRANCH: ${{ github.head_ref }}
run: |
echo "Installing Wrangler CLI"
Expand Down

0 comments on commit 739a7fd

Please sign in to comment.