Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/GDG-W/cave into firebase-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Sep 22, 2024
2 parents dd81b5d + e4341c6 commit 96082e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conferenceapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
package-name: conferenceapp
android-build: true
changelog: ${{ github.event.inputs.changelog }}
secrets:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}

ios-build:
if: github.event_name == 'workflow_dispatch'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/shared-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
android-build:
if: inputs.android-build == 'true'
runs-on: ubuntu-latest
secrets:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/volunteerapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
package-name: volunteerapp
android-build: true
changelog: ${{ github.event.inputs.changelog }}
secrets:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}

ios-build:
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 96082e8

Please sign in to comment.