Skip to content

Commit fa45fd2

Browse files
authored
Update Custom_Build.yml
1 parent 1f22b27 commit fa45fd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Custom_Build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)