Skip to content

Gov

Gov #14

Workflow file for this run

name: Gov
on:
workflow_dispatch:
inputs:
datadog_enabled:
description: 'Enable DataDog'
type: boolean
default: false
skip_security_tests:
description: 'Skip security tests'
type: boolean
default: false
permissions:
checks: write
jobs:
gov_release:
uses: ./.github/workflows/_reusable_app_release.yml

Check failure on line 19 in .github/workflows/gov_app_release.yml

View workflow run for this annotation

GitHub Actions / Gov

Invalid workflow file

The workflow is not valid. .github/workflows/gov_app_release.yml (Line: 19, Col: 11): Secret KEYCHAIN_PASSWORD is required, but not provided while calling. .github/workflows/gov_app_release.yml (Line: 19, Col: 11): Secret APPSTORE_API_KEY_BASE64 is required, but not provided while calling.
with:
fastlane_action: appstore_gov
is_cloud_build: false
countly_enabled: false
datadog_enabled: ${{ inputs.datadog_enabled }}
skip_security_tests: ${{ inputs.skip_security_tests }}
secrets:
# Replace these with only the secrets declared under
# ./.github/workflows/_reusable_app_release.yml -> on.workflow_call.secrets
APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}