Skip to content

Commit

Permalink
I hate github actions env
Browse files Browse the repository at this point in the history
  • Loading branch information
Blocksnmore authored Jan 16, 2024
1 parent 05f103b commit fe7b079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY }}
IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }}
IMAGEKIT_URL_ENDPOINT: ${{ secrets.IMAGEKIT_URL_ENDPOINT }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: "deno task build" # 📝 Update the build command(s) if necessary

- name: Upload to Deno Deploy
Expand Down

0 comments on commit fe7b079

Please sign in to comment.