We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce619d commit d011021Copy full SHA for d011021
.github/workflows/bump.app.version.yml
@@ -68,9 +68,12 @@ jobs:
68
69
- name: Commit new app version to main
70
working-directory: packages/clippy
71
+ env:
72
+ MERGE_TOKEN: ${{ secrets.MERGE_BOT_TOKEN }}
73
run: |
74
git config user.name "github-actions"
75
git config user.email "github-actions@github.com"
76
+ git remote set-url origin https://x-access-token:${MERGE_TOKEN}@github.com/${{ github.repository }}
77
git add versions.json
78
git commit -m "chore: update app version to ${{ steps.set-app-version.outputs.new_app_version }}"
79
git pull --rebase origin main
0 commit comments