Skip to content

Commit

Permalink
fix: fix secret in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Aug 28, 2023
1 parent 7e7b7bd commit 5805ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: |
echo "AIRTABLE_API_KEY=${{ secrets.AIRTABLE_API_KEY }}" >> .env
echo "AIRTABLE_CLIENT_SECRET=${{ secrets.AIRTABLE_CLIENT_SECRET }}" >> .env
echo "NOCODB_AUTH_TOKEN"=${{ secrets.NOCODB_AUTH_TOKEN }}" >> .env
echo "NOCODB_API_KEY"=${{ secrets.NOCODB_API_KEY }}" >> .env
echo "NOCODB_AUTH_TOKEN=${{ secrets.NOCODB_AUTH_TOKEN }}" >> .env
echo "NOCODB_API_KEY=${{ secrets.NOCODB_API_KEY }}" >> .env
- name: Build 🔧
run: |
Expand Down

0 comments on commit 5805ee9

Please sign in to comment.