Skip to content

Commit

Permalink
arg -> secret?
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Jul 23, 2024
1 parent 21e3798 commit 6aba4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: superfly/flyctl-actions/setup-flyctl@master

- name: Deploy to Fly.io
run: flyctl deploy --local-only --build-arg NPM_TOKEN=${{ secrets.GH_NPM_TOKEN }}
run: flyctl deploy --local-only --build-secret NPM_TOKEN=${{ secrets.GH_NPM_TOKEN }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 6aba4c9

Please sign in to comment.