Skip to content

what exactly is committer_gist? #912

Locked Answered by lowlighter
roidsaja asked this question in Q&A
Discussion options

You must be logged in to vote

Hi 👋 !

Yes it's the adequate place to ask questions 😄 !

To configure the action with gists instead, you need to create one first.
It's not possible to have an empty gist, so just put a placeholder if needed.

Once created, the url bar will contain the gist id (the last part of the url):

Then configure your workflow with at least the following:

- uses: lowlighter/metrics@latest
  with:
    output_action: gist
    committer_gist: 8ca86f18b0385af402350c20bc2aa7f3

You need to grant your token the gist scope to use this feature though, the default github.token cannot push to them.

Once the workflow has been run at least once, checkout the gist and search for the "raw link" of the image you wan…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@roidsaja
Comment options

@lowlighter
Comment options

Answer selected by roidsaja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment