Skip to content

Commit

Permalink
Merge pull request #291 from Real-Dev-Squad/fix/Pipeline.yml
Browse files Browse the repository at this point in the history
fixing pipeline
  • Loading branch information
shreya-mishra authored Oct 9, 2023
2 parents 2ab515d + 41394ef commit d9d0bb5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/android-continous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,6 @@ jobs:
- name: Install yarn dependencies
run: |
yarn install
- name: Create config file
run: |
cp ./config/config.sample.js ./config/config.js
- name: Find and Replace clientId
uses: jacobtomlinson/gha-find-replace@v2
with:
find: '<client-id>'
replace: ${{ secrets.CLIENT_GITHUB_ID }}
include: 'config/config.js'
regex: true

- name: Find and Replace clientSecret
uses: jacobtomlinson/gha-find-replace@v2
with:
find: '<client-secret>'
replace: ${{ secrets.CLIENT_GITHUB_SECRET }}
include: 'config/config.js'

- name: Make Gradlew Executable
run: cd android && chmod +x ./gradlew
- name: Build Android Release
Expand Down

0 comments on commit d9d0bb5

Please sign in to comment.