Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let github_token be the option of the plugin #134

Open
yegor256 opened this issue Sep 23, 2024 · 0 comments
Open

let github_token be the option of the plugin #134

yegor256 opened this issue Sep 23, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@yegor256
Copy link
Member

Now, we have to do this:

- uses: zerocracy/[email protected]
  with:
    factbase: foo.fb
    verbose: true
    output: my-directory
    columns: who,when,repository
    hidden: _id,_time
    options: |
      github_token=${{ secrets.GITHUB_TOKEN }}

Let's make it possible to do this:

- uses: zerocracy/[email protected]
  with:
    factbase: foo.fb
    verbose: true
    output: my-directory
    columns: who,when,repository
    hidden: _id,_time
    github_token: ${{ secrets.GITHUB_TOKEN }}
@yegor256 yegor256 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant