File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ jobs:
112112 if : steps.check_if_new.outputs.should_run_build == 'true'
113113 env :
114114 TARGET_BRANCH : dockerimageML
115- # Using AVIV926_REPO_PAT for explicit cross-operation feel, GITHUB_TOKEN could also work with correct permissions.
116- PUSH_TOKEN : ${{ secrets.AVIV926_REPO_PAT }}
117- TARGET_REPO_URL : https://x-access-token:${{ secrets.AVIV926_REPO_PAT }}@github.com/${{ github.repository_owner }}/immich.git
115+ # Using REPO_PAT for explicit cross-operation feel, GITHUB_TOKEN could also work with correct permissions.
116+ PUSH_TOKEN : ${{ secrets.REPO_PAT }}
117+ TARGET_REPO_URL : https://x-access-token:${{ secrets.REPO_PAT }}@github.com/${{ github.repository_owner }}/immich.git
118118 run : |
119119 cd upstream_source
120120 echo "Current directory: $(pwd)"
You can’t perform that action at this time.
0 commit comments