Skip to content

Commit 2980863

Browse files
AlgirdasPundziusmsimonides-proton
authored andcommitted
Revert: Switch to OAUTH url for github sync
1 parent 4fddec4 commit 2980863

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,9 @@ sync-app:
192192
- /^release/
193193
except:
194194
- schedules
195-
variables:
196-
OAUTH_URL: "https://oauth2:${GITHUB_CLI_TOKEN}@github.com/ProtonVPN/android-app.git"
197195
script:
198196
- apt update && apt-get install -y connect-proxy
197+
- git remote add public $PUBLIC_REPO_URL
199198
- git remote add public $OAUTH_URL
200199
# Checkout the branch before the lfs commands for REF_NAME to be recognized as a local name.
201200
- git checkout $CI_COMMIT_REF_NAME

0 commit comments

Comments
 (0)