GitHub / githubofkrishnadhas / github-access-using-githubapp
github-access-using-githubapp
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubofkrishnadhas%2Fgithub-access-using-githubapp
PURL: pkg:github/githubofkrishnadhas/github-access-using-githubapp
Stars: 1
Forks: 0
Open issues: 3
License: mit
Language: Python
Size: 98.6 KB
Dependencies parsed at: Pending
Created at: almost 2 years ago
Updated at: 7 months ago
Pushed at: 7 months ago
Last synced at: 7 months ago
Topics: github, github-actions, github-app, github-restapi, installation-access-token
v2
v2
What’s Changed
-
Python docker image updated from 3.10 to 3.11 in Dockerfile
-
How the output token was accessed is changed. in v1 version output was available as a Env variable named
GH_APP_TOKEN, in v2 its changed to standard GITHUB_OUTPUT. -
Updated README to add more use case examples
-
Configured CodeQL scans and weekly dependabot package updates
-
more improved logging and exception handling
-
Bump certifi from 2024.6.2 to 2024.7.4 in the pip group across 1 directory by @dependabot in https://github.com/githubofkrishnadhas/github-access-using-githubapp/pull/5
-
v2 version of action - githubofkrishnadhas/github-access-using-githubapp by @githubofkrishnadhas in https://github.com/githubofkrishnadhas/github-access-using-githubapp/pull/6
Full Changelog: https://github.com/githubofkrishnadhas/github-access-using-githubapp/compare/v1...v2
Download
v1
v1
This action can be used to generate github app installation token and used for doing authentication purposes in automations.
The TOKEN will be generated as a environment variable GH_APP_TOKEN .
What’s Changed
- Bump idna from 3.6 to 3.7 by @dependabot in https://github.com/githubofkrishnadhas/github-access-using-githubapp/pull/1
- Bump the pip group across 1 directory with 2 updates by @dependabot in https://github.com/githubofkrishnadhas/github-access-using-githubapp/pull/3
- finishing github app installtion token by @githubofkrishnadhas in https://github.com/githubofkrishnadhas/github-access-using-githubapp/pull/4
New Contributors
- @dependabot made their first contribution in https://github.com/githubofkrishnadhas/github-access-using-githubapp/pull/1
- @githubofkrishnadhas made their first contribution in https://github.com/githubofkrishnadhas/github-access-using-githubapp/pull/4
Full Changelog: https://github.com/githubofkrishnadhas/github-access-using-githubapp/commits/v1
Download