diff --git a/docker/login/action.yaml b/docker/login/action.yaml index 7375d60..528350b 100644 --- a/docker/login/action.yaml +++ b/docker/login/action.yaml @@ -10,10 +10,10 @@ inputs: type: string required: false default: ${{github.repository_owner}} - password: + pass: type: string required: false - default: ${{secret.DEPLOY_TOKEN}} + default: ${{secrets.DEPLOY_TOKEN}} runs: using: composite