forgejo-ci: trust that auth information is stored
All checks were successful
/ render (push) Successful in 34s
All checks were successful
/ render (push) Successful in 34s
This commit is contained in:
parent
0adb8057c1
commit
0d91a06722
1 changed files with 6 additions and 4 deletions
|
@ -24,8 +24,10 @@ jobs:
|
|||
- name: Website upload
|
||||
run: |
|
||||
cd public
|
||||
git config user.name ${{ vars.PAGES_USER }}
|
||||
git config user.password "${{ secrets.PAGES_TOKEN }}
|
||||
git commit -m 'Update'
|
||||
git remote set-url origin ${{ github.server_url }}.${{ github.repository }}
|
||||
date > generated.txt
|
||||
# Note: the following account information will not work on GHES
|
||||
git config user.name "forgejo-actions[bot]"
|
||||
git config user.email "dev@ayakael.net"
|
||||
git add .
|
||||
git commit -m "Update"
|
||||
git push
|
||||
|
|
Loading…
Reference in a new issue