Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup GitHub app access key

Generate a valid access key for a given repo based on a GitHub app

Example Usage

  setup:
    uses: infrabits/ci-setup-github-app/.github/workflows/setup.yml@main
    with:
      app_id: 1234
      app_key: "${{ secrets.SOME_BASE64_ENCODED_KEY }}"
      repo: some-org/some-repo

or

    steps:
      - uses: infrabits/ci-setup-github-app@main
        with:
          app_id: 1234
          app_key: "${{ secrets.SOME_BASE64_ENCODED_KEY }}"
          repo: some-org/some-repo

About

GitHub workflow to setup a GitHub app access token

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors