File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 24
24
COMMIT_SHA : ${{ github.sha }}
25
25
ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
26
26
ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
27
+ GH_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
27
28
28
29
jobs :
29
30
prerequisites :
@@ -189,8 +190,6 @@ jobs:
189
190
git tag v$VERSION
190
191
git push --tags origin
191
192
- name : Changelog Config File
192
- env :
193
- GH_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
194
193
run : |
195
194
repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
196
195
repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1})
Original file line number Diff line number Diff line change 16
16
COMMIT_SHA : ${{ github.sha }}
17
17
ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
18
18
ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
19
+ GH_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
19
20
20
21
jobs :
21
22
prerequisites :
57
58
token : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
58
59
- uses : spring-io/spring-gradle-build-action@v2
59
60
- name : Changelog Config File
60
- env :
61
- GH_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
62
61
run : |
63
62
repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
64
63
repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1})
You can’t perform that action at this time.
0 commit comments