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.
1 parent e28115e commit f2b7092Copy full SHA for f2b7092
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))
@@ -75,7 +75,7 @@ anchors:
75
homebrew-tap-repo-resource-source: &homebrew-tap-repo-resource-source
76
uri: ((homebrew-tap-repo))
77
78
79
branch: main
80
gradle-publish-params: &gradle-publish-params
81
gradle_publish_key: ((gradle-publish-key))
0 commit comments