Skip to content

secrets needed for the workflow #38

secrets needed for the workflow

secrets needed for the workflow #38

Workflow file for this run

name: test_deployment
on:
push:
branches:
- '*'
env:
DOCKER_HUB_ORG: gioelkin
DOCKER_REPO: tethysapp-ciroh-portal
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
call-deployment-workflow:
uses: CIROH-UA/tethysportal-ciroh/.github/workflows/helm_deploy.yml@fix_deployment_actions
with:
dry-run: true
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

Check failure on line 18 in .github/workflows/test_deployment.yml

View workflow run for this annotation

GitHub Actions / test_deployment

Invalid workflow file

The workflow is not valid. .github/workflows/test_deployment.yml (Line: 18, Col: 26): Invalid secret, AWS_ACCESS_KEY_ID is not defined in the referenced workflow. .github/workflows/test_deployment.yml (Line: 19, Col: 30): Invalid secret, AWS_SECRET_ACCESS_KEY is not defined in the referenced workflow.
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILE_SYSTEM_ID: ${{ secrets.FILE_SYSTEM_ID }}