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 9dfa324 commit fbde51eCopy full SHA for fbde51e
.github/workflows/create-root-readme.yaml
@@ -6,6 +6,9 @@ on:
6
types:
7
- completed
8
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
create-root-readme:
14
@@ -34,9 +37,8 @@ jobs:
34
37
env:
35
38
GITHUB_TOKEN: ${{ steps.token-generation.outputs.token }}
36
39
run: |
- git config user.name 'github-actions'
40
+ git config user.name 'github-actions-bot'
41
git config user.email '[email protected]'
42
git add .
43
git commit -m "Update documentation"
- git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/devwithkrishna/azure-terraform-modules.git
- git push origin main
44
+ git push
0 commit comments