We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ea93e commit 76e41d7Copy full SHA for 76e41d7
1 file changed
.github/workflows/release.yml
@@ -1,5 +1,8 @@
1
name: Release and Publish
2
3
+permissions:
4
+ contents: write
5
+
6
on:
7
workflow_dispatch:
8
inputs:
@@ -36,6 +39,7 @@ jobs:
36
39
run: |
37
40
git config user.name "github-actions[bot]"
38
41
git config user.email "github-actions[bot]@users.noreply.github.com"
42
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
43
44
- name: Backup current state
45
id: backup
0 commit comments