File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -127,17 +127,17 @@ jobs:
127127 run : |
128128 git push ${DOWNSTREAM_REMOTE} "${{ steps.tag.outputs.TAG }}"
129129
130- - name : Authenticate gh (non-interactive)
131- working-directory : ${{ env.DOWNSTREAM_REPO }}
132- env :
133- GH_TOKEN : ${{ steps.app-token.output.token }}
134- run : |
135- echo "$GH_TOKEN"
136- gh auth status -t
130+ # - name: Authenticate gh (non-interactive)
131+ # working-directory: ${{ env.DOWNSTREAM_REPO }}
132+ # env:
133+ # GH_TOKEN: ${{ steps.app-token.output.token }}
134+ # run: |
135+ # echo "$GH_TOKEN"
136+ # gh auth status -t
137137
138- # The GitHub-hosted runner has gh preinstalled.
139- gh auth status || echo "$GH_TOKEN" | gh auth login --with-token
140- gh repo set-default "${{ env.DOWNSTREAM_REPO }}"
138+ # # The GitHub-hosted runner has gh preinstalled.
139+ # gh auth status || echo "$GH_TOKEN" | gh auth login --with-token
140+ # gh repo set-default "${{ env.DOWNSTREAM_REPO }}"
141141
142142 - name : Create Pull Request with gh
143143 working-directory : ${{ env.DOWNSTREAM_REPO }}
You can’t perform that action at this time.
0 commit comments