Skip to content

Commit e161335

Browse files
authored
Update build-and-release.yml
Signed-off-by: Aabid Sofi <[email protected]>
1 parent fd729fe commit e161335

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/build-and-release.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
ref: 'master'
32-
token: ${{ secrets.GH_ACCESS_TOKEN }}
3332

3433
- name: Setup Hugo (Extended)
3534
uses: peaceiris/actions-hugo@v2
@@ -58,17 +57,17 @@ jobs:
5857
- name: Build Academy
5958
run: make prod-build
6059

61-
# - name: Pull changes from self master
62-
# run: git pull origin master
60+
- name: Pull changes from self master
61+
run: git pull origin master
6362

64-
# - uses: stefanzweifel/git-auto-commit-action@v5
65-
# with:
66-
# commit_message: Build Academy
67-
# commit_options: '--signoff'
68-
# branch: master
69-
# commit_user_name: l5io
70-
# commit_user_email: [email protected]
71-
# commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
63+
- uses: stefanzweifel/git-auto-commit-action@v5
64+
with:
65+
commit_message: Build Academy
66+
commit_options: '--signoff'
67+
branch: master
68+
commit_user_name: l5io
69+
commit_user_email: [email protected]
70+
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
7271

7372
- name: Checkout meshery-cloud repo
7473
uses: actions/checkout@v4

0 commit comments

Comments
 (0)