File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 - uses : tibdex/github-app-token@v1
2323 id : generate-token
2424 with :
25- app_id : ${{ secrets.APP_ID }}
26- private_key : ${{ secrets.APP_PRIVATE_KEY }}
25+ app_id : ${{ secrets.ODH_RELEASE_APP_ID }}
26+ private_key : ${{ secrets.ODH_RELEASE_APP_PRIVATE_KEY }}
2727 - name : Validate semver
2828 run : ./.github/scripts/validate-semver.sh v${{ env.VERSION }}
2929 - uses : ./.github/actions/update-manifest-branches
6161 - uses : tibdex/github-app-token@v1
6262 id : generate-token
6363 with :
64- app_id : ${{ secrets.APP_ID }}
65- private_key : ${{ secrets.APP_PRIVATE_KEY }}
64+ app_id : ${{ secrets.ODH_RELEASE_APP_ID }}
65+ private_key : ${{ secrets.ODH_RELEASE_APP_PRIVATE_KEY }}
6666 - name : Create release branch
6767 run : |
6868 git checkout -b odh-${{ env.VERSION }}
Original file line number Diff line number Diff line change 1212 - uses : tibdex/github-app-token@v1
1313 id : generate-token
1414 with :
15- app_id : ${{ secrets.APP_ID }}
16- private_key : ${{ secrets.APP_PRIVATE_KEY }}
15+ app_id : ${{ secrets.ODH_RELEASE_APP_ID }}
16+ private_key : ${{ secrets.ODH_RELEASE_APP_PRIVATE_KEY }}
1717 - name : Get release data from pr
1818 uses : peter-evans/find-comment@v3
1919 id : fc
You can’t perform that action at this time.
0 commit comments