kind: pipeline type: docker name: default steps: - name: Github image: alpine/git environment: Github: from_secret: Github commands: - chmod +x commit.sh - ./commit.sh $Github