We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb081d2 + 29ccbdd commit bd054d7Copy full SHA for bd054d7
ci/pipeline.yml
@@ -2,7 +2,7 @@ anchors:
2
git-repo-resource-source: &git-repo-resource-source
3
uri: ((github-repo))
4
username: ((github-username))
5
- password: ((github-password))
+ password: ((github-ci-release-token))
6
branch: ((branch))
7
registry-image-resource-source: ®istry-image-resource-source
8
username: ((docker-hub-username))
@@ -83,7 +83,7 @@ anchors:
83
homebrew-tap-repo-resource-source: &homebrew-tap-repo-resource-source
84
uri: ((homebrew-tap-repo))
85
86
87
branch: main
88
gradle-publish-params: &gradle-publish-params
89
gradle_publish_key: ((gradle-publish-key))
0 commit comments