fix: fix token
This commit is contained in:
parent
4a59dbf91e
commit
fb65bdc2ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-vault.yaml
vendored
2
.github/workflows/deploy-vault.yaml
vendored
|
@ -22,5 +22,5 @@ jobs:
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: flyctl deploy --config fly/vaultwarden/fly.toml
|
run: flyctl deploy --config fly/vaultwarden/fly.toml
|
||||||
env:
|
env:
|
||||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
FLY_ACCESS_TOKEN: ${{ secrets.FLY_ACCESS_TOKEN }}
|
||||||
FLY_APP: ${{ secrets.FLY_APP_VAULTWARDEN }}
|
FLY_APP: ${{ secrets.FLY_APP_VAULTWARDEN }}
|
||||||
|
|
Reference in a new issue