Skip to content

Feature/sandbox deploy #1

Feature/sandbox deploy

Feature/sandbox deploy #1

Workflow file for this run

name: Labeled
on:
pull_request:
types: [ labeled ]
jobs:
Deploy:
if: "contains(github.event.pull_request.labels.*.name, 'sandbox')"
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: ./.github/workflows/call-deploy.yml
secrets:

Check failure on line 14 in .github/workflows/on-labeled.yml

View workflow run for this annotation

GitHub Actions / Labeled

Invalid workflow file

The workflow is not valid. .github/workflows/on-labeled.yml (Line: 14, Col: 9): Unexpected value 'secrets'
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_BUCKET: ${{ secrets.AWS_BUCKET }}
AWS_REGION: ${{ secrets.AWS_REGION }}