diff --git a/git-credential-oauth.yaml b/git-credential-oauth.yaml new file mode 100644 index 00000000000..740103cea15 --- /dev/null +++ b/git-credential-oauth.yaml @@ -0,0 +1,36 @@ +package: + name: git-credential-oauth + version: 0.13.4 + epoch: 0 + description: "A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth" + copyright: + - license: Apache-2.0 + dependencies: + runtime: + - git + +pipeline: + - uses: git-checkout + with: + repository: https://github.com/hickford/git-credential-oauth + tag: v${{package.version}} + expected-commit: 310d7b668ae9aca58999c95b14f1d95a6db6b045 + + - uses: go/build + with: + ldflags: | + -X main.version=v${{package.version}} + output: git-credential-oauth + packages: . + +update: + enabled: true + github: + identifier: hickford/git-credential-oauth + strip-prefix: v + use-tag: true + +test: + pipeline: + - runs: | + git-credential-oauth -verbose