Skip to content

Commit

Permalink
fly auth key update (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayac-chang committed Jul 14, 2023
1 parent 3f40c41 commit 237adf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
flyctl destroy --yes ${{ env.app }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_ACCESS_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}

- name: 📝 Comment
uses: marocchino/sticky-pull-request-comment@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
--dockerfile ${{ inputs.working-directory }}/Dockerfile \
--remote-only .
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_ACCESS_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
--app ${{ env.app }} \
--remote-only .
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_ACCESS_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}

- name: 📝 Comment
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 237adf8

Please sign in to comment.