Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH authored Jan 13, 2025
1 parent cc2f13d commit 1e3ef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
S3_KEY_ID: "no"
NEXT_PUBLIC_APP_URL: "https://emailthing.xyz"
WEB_NOTIFICATIONS_PRIVATE_KEY: "no"
NEXT_PUBLIC_NOTIFICATIONS_PUBLIC_KEY: ${{ vars.NEXT_PUBLIC_NOTIFICATIONS_PUBLIC_KEY || "just pls dont error" }}
NEXT_PUBLIC_NOTIFICATIONS_PUBLIC_KEY: ${{ vars.NEXT_PUBLIC_NOTIFICATIONS_PUBLIC_KEY || 'just pls dont error' }}
S3_URL: "no"
S3_SECRET_ACCESS_KEY: "no"

Expand Down

0 comments on commit 1e3ef32

Please sign in to comment.