Skip to content

Commit

Permalink
fix: prod gh action reading process ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Dec 20, 2024
1 parent f6484c8 commit fc08535
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 fc08535

Please sign in to comment.