We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38d380c + 7b47a80 commit b35ca15Copy full SHA for b35ca15
.github/workflows/deploy.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
+ token: ${{ secrets.AUTO_ACTIONS }}
20
21
- name: Determine target branch
22
id: vars
@@ -25,7 +26,7 @@ jobs:
25
26
27
- name: Add remote-url
28
run: |
- git remote add forked-repo https://farmsystem-account:${{ secrets.AUTO_ACTIONS }}@github.com/farmsystem-account/HomePage-FE
29
+ git remote add forked-repo https://farmsystem-account://x-access-token:${{ secrets.AUTO_ACTIONS }}@github.com/farmsystem-account/HomePage-FE
30
git config user.name farmsystem-account
31
git config user.email ${{ secrets.EMAIL }}
32
0 commit comments