Skip to content

Commit 102a84c

Browse files
fix: use new credential for dependency pull/push in maven solacedev
1 parent 711af81 commit 102a84c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-integrationtest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
path: jwt-github
6666
jwtGithubAudience: https://github.com/${{ github.repository_owner }}
6767
exportToken: true
68-
secrets: secret/data/tools/githubactions PACKAGES_ADMIN_USER | PACKAGES_ADMIN_USER ;
69-
secret/data/tools/githubactions PACKAGES_ADMIN_TOKEN | PACKAGES_ADMIN_TOKEN ;
68+
secrets: secret/data/tools/githubactions RE_BOT_PACKAGES_READ_ONLY_CLASSIC_USER | GITHUB_USER ;
69+
secret/data/tools/githubactions RE_BOT_PACKAGES_READ_ONLY_CLASSIC_TOKEN | GITHUB_TOKEN ;
7070

7171
- name: Warn of Vault Login Failure
7272
if: steps.secrets.outcome != 'success'

.github/workflows/build-java-binder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
path: jwt-github
6666
jwtGithubAudience: https://github.com/SolaceDev
6767
exportToken: true
68-
secrets: secret/data/tools/githubactions PACKAGES_ADMIN_USER | PACKAGES_ADMIN_USER ;
69-
secret/data/tools/githubactions PACKAGES_ADMIN_TOKEN | PACKAGES_ADMIN_TOKEN ;
68+
secrets: secret/data/tools/githubactions RE_BOT_PACKAGES_READ_WRITE_CLASSIC_USER | GITHUB_USER ;
69+
secret/data/tools/githubactions RE_BOT_PACKAGES_READ_WRITE_CLASSIC_TOKEN | GITHUB_TOKEN ;
7070
secret/data/tools/githubactions SONAR_HOST_URL | SONAR_HOST_URL ;
7171
secret/data/tools/githubactions SONAR_TOKEN | SONAR_TOKEN ;
7272
secret/data/tools/githubactions WHITESOURCE_API_KEY | WHITESOURCE_API_KEY ;

maven/settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<servers>
3737
<server>
3838
<id>github-solacedev</id>
39-
<username>${env.PACKAGES_ADMIN_USER}</username>
40-
<password>${env.PACKAGES_ADMIN_TOKEN}</password>
39+
<username>${env.GITHUB_USER}</username>
40+
<password>${env.GITHUB_TOKEN}</password>
4141
</server>
4242
<server>
4343
<id>github</id>

0 commit comments

Comments
 (0)