Skip to content

fix(test_deploy.yaml): remove 'secrets: inherit' to align with update… #2

fix(test_deploy.yaml): remove 'secrets: inherit' to align with update…

fix(test_deploy.yaml): remove 'secrets: inherit' to align with update… #2

Workflow file for this run

name: Test Deploy
on:
push:
branches:
- develop
jobs:
deploy:
uses: ./.github/workflows/deploy-app.yaml
with:
repository: https://github.com/dictyBase/static-server.git
image: goran
ref: 5041b41
dockerfile: Dockerfile
namespace: cybersiddhu
cluster: ${{ secrets.DEV_STAGING_CLUSTER }}

Check failure on line 16 in .github/workflows/test_deploy.yaml

View workflow run for this annotation

GitHub Actions / Test Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/test_deploy.yaml (Line: 16, Col: 16): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DEV_STAGING_CLUSTER .github/workflows/test_deploy.yaml (Line: 17, Col: 30): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DEV_STAGING_KOPS_STATE_STORAGE
cluster_state_storage: ${{ secrets.DEV_STAGING_KOPS_STATE_STORAGE }}