File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242 git push "${remote_repo}" HEAD:buildbranch_linux --follow-tags --force
4343 fi
4444 env :
45- INPUT_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45+ INPUT_GITHUB_TOKEN : ${{ secrets.GHA_PAT }}
4646
4747 # Generate recipes for osx
4848 - name : Reset repo
6868 git push "${remote_repo}" HEAD:buildbranch_osx --follow-tags --force
6969 fi
7070 env :
71- INPUT_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71+ INPUT_GITHUB_TOKEN : ${{ secrets.GHA_PAT }}
7272
7373 # Generate recipes for osx-arm64
7474 - name : Reset repo
9494 git push "${remote_repo}" HEAD:buildbranch_osx_arm64 --follow-tags --force
9595 fi
9696 env :
97- INPUT_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97+ INPUT_GITHUB_TOKEN : ${{ secrets.GHA_PAT }}
9898
9999 # Generate recipes for Windows
100100 - name : Reset repo
@@ -120,7 +120,7 @@ jobs:
120120 git push "${remote_repo}" HEAD:buildbranch_win --follow-tags --force
121121 fi
122122 env :
123- INPUT_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
123+ INPUT_GITHUB_TOKEN : ${{ secrets.GHA_PAT }}
124124
125125 # Generate recipes for Linux ARM64
126126 - name : Reset repo
@@ -146,7 +146,7 @@ jobs:
146146 git push "${remote_repo}" HEAD:buildbranch_linux_aarch64 --follow-tags --force
147147 fi
148148 env :
149- INPUT_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
149+ INPUT_GITHUB_TOKEN : ${{ secrets.GHA_PAT }}
150150
151151on :
152152 push :
You can’t perform that action at this time.
0 commit comments