Skip to content

Commit

Permalink
Create x_lib_deployment_apps_base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenrhodes authored Jan 8, 2024
1 parent 57e8212 commit 857f27e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/x_lib_deployment_apps_base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: X Lib Deployment Apps Base Workflow

on:
workflow_call:
inputs:
UPLOAD_TO_PLAY_STORE:
required: true
type: boolean
description: "True if the android appbundles should be uploaded to play store"
secrets:
GCP_CREDENTIALS_BASE64:
required: true
description: "GCP service account credentials in base64"
jobs:
deploy-web:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- run: echo "${{ secrets.GCP_CREDENTIALS_BASE64 }}"

0 comments on commit 857f27e

Please sign in to comment.