Skip to content

App token

Actions
Run a GitHub action as an app token when GITHUB_TOKEN is too restrictive
v1
Latest
Star (1)

App token

This action copies bubkoo/use-app-token but also works when running behind a proxy.

Usage

This action should be used when GITHUB_TOKEN is too restrictive.

- name: Get token
  id: get_token
  uses: sjdaws/app-token@v1
  with:
    appId: ${{ secrets.APP_ID }}
    privateKey: ${{ secrets.APP_PEM }}
- name: Use token
  uses: ...
  with:
    token: ${{ steps.get_token.outputs.token }}

App token is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run a GitHub action as an app token when GITHUB_TOKEN is too restrictive
v1
Latest

App token is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.