name: Deploy Landscape (internal) on: workflow_dispatch: inputs: tag: type: string required: true description: Enter the tag to deploy jobs: deploy: runs-on: ubuntu-latest name: "Release to ~marnec-dozzod-marzod (internal)" steps: - uses: actions/checkout@v3 - uses: ./.github/actions/release with: app: 'landscape' ship: 'internal' credentials: ${{ secrets.JANEWAY_SERVICE_KEY }} ssh-sec-key: ${{ secrets.JANEWAY_SSH_SEC_KEY }} ssh-pub-key: ${{ secrets.JANEWAY_SSH_PUB_KEY }} ref: ${{ github.event.inputs.tag }}