Retreive token for Github app authentication
jobs:
auth_example:
runs-on: ubuntu-20.04
steps:
- id: auth
uses: envoyproxy/toolshed/gh-actions/appauth@VERSION
with:
key: ${{ secrets.BOT_KEY }}
app_id: ${{ secrets.APP_ID }}
- uses: some-action
env:
GITHUB_TOKEN: ${{ steps.auth.outputs.token }}
Clone this repo. Then run tests:
npm test
And lint:
npm run lint
Apache 2.