Skip to content

Commit

Permalink
Merge pull request #130 from ar-io/fix-prod-build
Browse files Browse the repository at this point in the history
fix: prod gh action reading process ID
  • Loading branch information
kunstmusik authored Dec 20, 2024
2 parents d233a07 + fc08535 commit dfa547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
VITE_SENTRY_DSN_PROJECT_URI: ${{ secrets.SENTRY_DSN_PROJECT_URI }}
VITE_SENTRY_DSN_PROJECT_ID: ${{ secrets.SENTRY_DSN_PROJECT_ID }}
VITE_GITHUB_HASH: ${{ github.sha }}
VITE_ARIO_PROCESS_ID: ${{ secrets.ARIO_PROCESS_ID }}
VITE_ARIO_PROCESS_ID: ${{ vars.VITE_ARIO_PROCESS_ID }}
VITE_AO_CU_URL: ${{ vars.VITE_AO_CU_URL }}

# Disribute to Firebase
Expand Down

0 comments on commit dfa547e

Please sign in to comment.