We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452c920 commit dd57fc6Copy full SHA for dd57fc6
1 file changed
.github/workflows/release.yml
@@ -30,10 +30,11 @@ jobs:
30
name: CI
31
needs: ci
32
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.2
33
+ secrets:
34
+ registry-password: ${{ secrets.GITHUB_TOKEN }}
35
with:
36
version-package: package.json
37
git-add-files: package.json
38
git-user-name: getdevopspro-cibot
39
git-user-email: 203600057+getdevopspro-cibot@users.noreply.github.com
40
image-digests: ${{ needs.ci.outputs.image-digests }}
- registry-password: ${{ secrets.GITHUB_TOKEN }}
0 commit comments