Skip to content

Commit

Permalink
chore: test why secrets are not being passed in
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 24, 2024
1 parent 1668a17 commit b8c5431
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-22.04
permissions:
contents: read
secrets: read

steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -23,6 +25,8 @@ jobs:

- name: Build
run: |
echo $SUPABASE_URL
echo $SUPABASE_ANON_KEY
yarn
yarn build
env: # Set environment variables for the build
Expand Down

0 comments on commit b8c5431

Please sign in to comment.