Skip to content

Commit ad8770f

Browse files
author
Alexis Bouchez
committed
fix(ci): repair github action
1 parent fd92bc0 commit ad8770f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
registry: registry.valyent.cloud
2323
username: ${{ github.actor }}
24-
password: ${{ secrets.VALYENT_API_TOKEN }}
24+
password: ${{ secrets.VALYENT_API_KEY }}
2525

2626
- name: Extract metadata (tags, labels) for Docker
2727
id: meta

0 commit comments

Comments
 (0)