File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 with :
3131 ref : ${{ steps.branch.outputs.name }}
3232 fetch-depth : 0
33- token : ${{ secrets.REPOSITORY_PUSH_TOKEN || github.token }}
3433
3534 - name : Setup Go environment
3635 uses : actions/setup-go@v6
5049 quay_token : ${{ secrets.QUAY_TOKEN }}
5150
5251 - name : Open catalog PR
53- env :
54- GH_TOKEN : ${{ secrets.REPOSITORY_PUSH_TOKEN || github.token }}
5552 run : |
5653 git config user.name rhobs-release-bot
5754 git config user.email release-bot@monitoring.rhobs.io
Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
33- token : ${{ secrets.REPOSITORY_PUSH_TOKEN || github.token }}
34- persist-credentials : false
3533
3634 # standard-version's release-as relies on controller-gen for code generation.
3735 - name : Setup Go environment
7270 uses : actions/checkout@v6
7371 with :
7472 fetch-depth : 0
75- token : ${{ secrets.REPOSITORY_PUSH_TOKEN || github.token }}
7673
7774 - name : Setup Go environment
7875 uses : actions/setup-go@v6
9996 quay_token : ${{ secrets.QUAY_TOKEN }}
10097
10198 - name : Open catalog PR
102- env :
103- GH_TOKEN : ${{ secrets.REPOSITORY_PUSH_TOKEN || github.token }}
10499 run : |
105100 git config user.name rhobs-release-bot
106101 git config user.email release-bot@monitoring.rhobs.io
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
31- token : ${{ secrets.REPOSITORY_PUSH_TOKEN || github.token }}
3231
3332 # Bumping the version in the next step will also run code generation scripts
3433 # that depend on controller-gen.
5958 quay_token : ${{ secrets.QUAY_TOKEN }}
6059
6160 - name : Open catalog PR
62- env :
63- GH_TOKEN : ${{ secrets.REPOSITORY_PUSH_TOKEN || github.token }}
6461 run : |
6562 git config user.name rhobs-release-bot
6663 git config user.email release-bot@monitoring.rhobs.io
You can’t perform that action at this time.
0 commit comments