File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments