Skip to content

Commit

Permalink
Merge pull request #39 from go-bazzinga/fix-env-setup
Browse files Browse the repository at this point in the history
fly is not found, making it flyctl
  • Loading branch information
rosarp-gobazzinga authored Jan 25, 2024
2 parents 9eb6ee6 + dbda8a2 commit db96bfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set Auth Key
env:
FLY_API_TOKEN: ${{ secrets.HOT_OR_NOT_AUTH_FLY_IO_GITHUB_ACTION }}
run: fly secrets set --stage AUTH_SIGN_KEY=${{ secrets.AUTH_SESSION_COOKIE_SIGNING_SECRET_KEY }}
run: flyctl secrets set --stage AUTH_SIGN_KEY=${{ secrets.AUTH_SESSION_COOKIE_SIGNING_SECRET_KEY }}
- name: Set Cloudflare Token
env:
FLY_API_TOKEN: ${{ secrets.HOT_OR_NOT_AUTH_FLY_IO_GITHUB_ACTION }}
Expand Down

0 comments on commit db96bfb

Please sign in to comment.