Skip to content

Commit

Permalink
chore: take account id from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-deriv committed Oct 13, 2023
1 parent 8821448 commit 6ab8929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: "./.github/actions/publish_to_pages_production"
with:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ inputs.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
- uses: technote-space/workflow-conclusion-action@v3
- name: Extract version
run: echo "VERSION=$(echo cat public/version)"
Expand Down

0 comments on commit 6ab8929

Please sign in to comment.