-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/gradle/functionaltest-jenkins-p…
…lugin/org.openapi.generator-7.1.0
- Loading branch information
Showing
5 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
steps: | ||
- uses: ahmadnassri/[email protected] | ||
with: | ||
github-token: '${{ secrets.ROBOT_ROX_GITHUB_TOKEN }}' | ||
github-token: '${{ secrets.RHACS_BOT_GITHUB_TOKEN }}' | ||
command: "squash and merge" | ||
approve: true | ||
target: minor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,16 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.PAT }} | ||
token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }} | ||
- uses: chainguard-dev/actions/setup-gitsign@main | ||
- name: Setup git user | ||
env: | ||
GITHUB_USERNAME: ${{ secrets.RHACS_BOT_GITHUB_USERNAME }} | ||
GITHUB_EMAIL: ${{ secrets.RHACS_BOT_GITHUB_EMAIL }} | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Robot Rox" | ||
- uses: actions/setup-java@v3 | ||
git config --global user.email "${GITHUB_EMAIL}" | ||
git config --global user.name "${GITHUB_USERNAME}" | ||
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters