Skip to content

Commit 8b8b27d

Browse files
chore(ci): update workflows to reflect repository rename to pslab-app (#2800)
1 parent cc1eb83 commit 8b8b27d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/push-event.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v4
5959

6060
- name: Prepare Build Keys
61-
if: ${{ github.repository == 'fossasia/pslab-android' }}
61+
if: ${{ github.repository == 'fossasia/pslab-app' }}
6262
env:
6363
ENCRYPTED_F10B5E0E5262_IV: ${{ secrets.ENCRYPTED_F10B5E0E5262_IV }}
6464
ENCRYPTED_F10B5E0E5262_KEY: ${{ secrets.ENCRYPTED_F10B5E0E5262_KEY }}
@@ -87,7 +87,7 @@ jobs:
8787
path: build/app/outputs/bundle
8888

8989
- name: Upload APK/AAB to apk branch
90-
if: ${{ github.repository == 'fossasia/pslab-android' }}
90+
if: ${{ github.repository == 'fossasia/pslab-app' }}
9191
run: |
9292
git config --global user.name "github-actions[bot]"
9393
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
@@ -128,7 +128,7 @@ jobs:
128128
git push --force origin apk
129129
130130
- name: Update app in Closed Testing track
131-
if: ${{ github.repository == 'fossasia/pslab-android' }}
131+
if: ${{ github.repository == 'fossasia/pslab-app' }}
132132
run: |
133133
git clone --branch=fastlane-android --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
134134
fastlane uploadToClosedTesting
@@ -149,15 +149,15 @@ jobs:
149149
- uses: actions/checkout@v4
150150

151151
- name: Prepare Build Keys
152-
if: ${{ github.repository == 'fossasia/pslab-android' }}
152+
if: ${{ github.repository == 'fossasia/pslab-app' }}
153153
env:
154154
ENCRYPTED_IOS_IV: ${{ secrets.ENCRYPTED_IOS_IV }}
155155
ENCRYPTED_IOS_KEY: ${{ secrets.ENCRYPTED_IOS_KEY }}
156156
run: |
157157
bash scripts/prep-ios-key.sh
158158
159159
- name: Setup Certs
160-
if: ${{ github.repository == 'fossasia/pslab-android' }}
160+
if: ${{ github.repository == 'fossasia/pslab-app' }}
161161
env:
162162
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
163163
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
@@ -176,7 +176,7 @@ jobs:
176176
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
177177

178178
- name: Push app to testflight
179-
if: ${{ github.repository == 'fossasia/pslab-android' }}
179+
if: ${{ github.repository == 'fossasia/pslab-app' }}
180180
run: |
181181
cd ./iOS
182182
fastlane uploadToBeta

0 commit comments

Comments
 (0)