create-github-app-token icon indicating copy to clipboard operation
create-github-app-token copied to clipboard

Validation for GitHub Apps

Open rcghpge opened this issue 1 month ago • 0 comments

Is there better validation for building GitHub Apps or software. How are repositories validated here to stdout with quotations when an organization or GitHub account is sourced in a gh actions pipeline.

v1 example

- name: Get token from GitHub App
   uses: actions/create-github-app-token@v1
   id: app_token
   with:
     app-id: ${{ secrets.APP_ID }}
     private-key: ${{ secrets.APP_PEM }}
     owner: ${{ github.repository_owner }}
     repositories: "<omitted, comma-separated list of repos>"

Image

rcghpge avatar Oct 06 '25 06:10 rcghpge