Skip to content

Commit

Permalink
try3
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix committed Jun 20, 2024
1 parent 4170c32 commit 920adb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo XATA_API_KEY=$XATA_API_KEY >> .dev.vars
echo XATA_DB=$XATA_DB >> .dev.vars
- run: cat .dev.vars
- run: printf "$XATA_API_KEY"
- run: ls
- run: npm install
- run: npm run test
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
secrets: |
XATA_API_KEY
SUDO_SECRET
XATA_DB
env:
XATA_API_KEY: ${{ secrets.XATA_API_KEY }}
XATA_DB: ${{secrets.XATA_DB}}
Expand Down

0 comments on commit 920adb2

Please sign in to comment.