Skip to content

Commit

Permalink
try2
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix committed Jun 20, 2024
1 parent 458c2fc commit 4170c32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
SUDO_SECRET: ${{ secrets.SUDO_SECRET }}
- run: |
touch .dev.vars
echo SUDO_SECRET="$SUDO_SECRET" >> .dev.vars
echo XATA_API_KEY="$XATA_API_KEY" >> .dev.vars
echo XATA_DB="$XATA_DB" >> .dev.vars
ls
echo SUDO_SECRET=$SUDO_SECRET >> .dev.vars
echo XATA_API_KEY=$XATA_API_KEY >> .dev.vars
echo XATA_DB=$XATA_DB >> .dev.vars
- run: cat .dev.vars
- run: ls
- run: npm install
- run: npm run test

4 changes: 0 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ 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 4170c32

Please sign in to comment.