File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v4
3939 with :
4040 ref : main
41- token : ${{ secrets.GITHUB_TOKEN }}
41+ token : ${{ secrets.LANCE_RELEASE_TOKEN }}
4242 fetch-depth : 0
4343
4444 - name : Set up Python
@@ -136,7 +136,7 @@ jobs:
136136 - name : Push changes (if not dry run)
137137 if : ${{ !inputs.dry_run }}
138138 env :
139- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
139+ GITHUB_TOKEN : ${{ secrets.LANCE_RELEASE_TOKEN }}
140140 run : |
141141 # Configure git to use the token for authentication
142142 git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git"
@@ -157,7 +157,7 @@ jobs:
157157 generate_release_notes : true
158158 draft : true
159159 prerelease : ${{ inputs.release_channel == 'preview' }}
160- token : ${{ secrets.GITHUB_TOKEN }}
160+ token : ${{ secrets.LANCE_RELEASE_TOKEN }}
161161
162162 - name : Summary
163163 run : |
You can’t perform that action at this time.
0 commit comments