Skip to content

Commit

Permalink
chore: debug extra secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jan 22, 2024
1 parent 66cd533 commit d51c64e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cloudflare-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
contents: read

steps:
# - name: Set environment variables
# run: |
# echo "SUPABASE_URL=${{ secrets.SUPABASE_URL }}" >> $GITHUB_ENV
# echo "SUPABASE_KEY=${{ secrets.SUPABASE_KEY }}" >> $GITHUB_ENV

- name: Deploy to Cloudflare
uses: ubiquity/cloudflare-deploy-action@main
Expand All @@ -26,4 +22,6 @@ jobs:
repository: ${{ github.repository }}
production_branch: ${{ github.event.repository.default_branch }}
output_directory: "static"
extra_secrets: "{\"SUPABASE_URL\": \"${{ secrets.SUPABASE_URL }}\", \"SUPABASE_KEY\": \"${{ secrets.SUPABASE_KEY }}\"}"
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}

0 comments on commit d51c64e

Please sign in to comment.