We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd92bc0 commit ad8770fCopy full SHA for ad8770f
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
registry: registry.valyent.cloud
23
username: ${{ github.actor }}
24
- password: ${{ secrets.VALYENT_API_TOKEN }}
+ password: ${{ secrets.VALYENT_API_KEY }}
25
26
- name: Extract metadata (tags, labels) for Docker
27
id: meta
0 commit comments