github-release-resource icon indicating copy to clipboard operation
github-release-resource copied to clipboard

a resource for github releases

Results 36 github-release-resource issues
Sort by recently updated
recently updated
newest added

Since #102, the V4 (graphql) API has been used whenever access tokens are provided. However, the graphql API does not support fine-grained personal access tokens; attempting to use them results...

The idea behind the following pipeline is that each subsequent job updates the body of the same pre-release until the final job does its update and makes that pre-release to...

I've a scenario which i need to read the release version from a file in a repo and then download the that specific release artifacts. I've tried the following approach:...

I have a put step of github release which fails with concourse 7.5.0 with the following error: error running command: Field 'databaseId' doesn't exist on type 'Release' If I downgrade...

We started seeing this today, presumably as a result of https://github.com/concourse/github-release-resource/blob/de55db24d0a22100d1bd69e663bbb2557bcd5e7b/github_graphql.go#L53 which was introduced in #107. As even the latest pre-release of GHE doesn't include `databaseId` in its release GraphQL...

Hi Team, I am working with concourse/github-release-resource on Linux/ARM64 platform. “**[concourse/github-release-resource](https://hub.docker.com/r/concourse/github-release-resourcel)**” docker image is currently available for Linux/AMD64. It will be helpful if it gets available for the Linux/ARM64 as...

with concourse 4.0.0: I have a pipeline which grabs a github release archive: ``` - name: homebrew type: github-release check_every: 12h source: owner: Homebrew repository: brew ``` and ``` -...

is there a way to skip ssl cert validation? we have a proxy that has a self signed cert on it and this will cause the download to fail with...

security

GitHub releases can reference an annotated tag, which is a git object that points to another git object. Currently, we assume that the annotated tag points to a commit: https://github.com/concourse/github-release-resource/blob/af189e098cf29692d719da181a47395ef1ac0843/github.go#L298-L309...

I have a pipeline similar to `ci.concourse.ci`. After creating a RC version it builds the source, uploads to github release, builds helm charts and merges with github release binaries, uploads...