File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4848 # Configure git
4949 git config --global user.name 'LocalStack Bot'
5050 git config --global user.email 'localstack-bot@users.noreply.github.com'
51+ git remote set-url origin https://git:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
5152
5253 # make sure to switch to the `localstack` branch (default / main branch of this fork)
5354 git switch localstack
@@ -177,4 +178,6 @@ jobs:
177178 echo "Ensure that this is really only triggered if dry run is explicitly set to false"
178179 # git push --force-with-lease
179180 # git push --atomic origin localstack $NEW_VERSION
180- # gh release create $NEW_VERSION
181+ # gh release create $NEW_VERSION
182+ env :
183+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments