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 2424 COMMIT_SHA : ${{ github.sha }}
2525 ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
2626 ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
27+ GH_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
2728
2829jobs :
2930 prerequisites :
@@ -189,8 +190,6 @@ jobs:
189190 git tag v$VERSION
190191 git push --tags origin
191192 - name : Changelog Config File
192- env :
193- GH_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
194193 run : |
195194 repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
196195 repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1})
Original file line number Diff line number Diff line change 1616 COMMIT_SHA : ${{ github.sha }}
1717 ARTIFACTORY_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
1818 ARTIFACTORY_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
19+ GH_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
1920
2021jobs :
2122 prerequisites :
5758 token : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
5859 - uses : spring-io/spring-gradle-build-action@v2
5960 - name : Changelog Config File
60- env :
61- GH_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
6261 run : |
6362 repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
6463 repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1})
You can’t perform that action at this time.
0 commit comments