We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the following code in my workflow:
steps: - uses: tibdex/github-app-token@v1 id: get-token with: app_id: ${{ secrets.a }} private_key: ${{ secrets.b }} repository: example/repository
How would I update that to v2 of the action? I took a look at the readme, but it looks like the scopes changes?
The text was updated successfully, but these errors were encountered:
See https://github.com/tibdex/github-app-token/releases/tag/v2.0.0.
Sorry, something went wrong.
No branches or pull requests
I have the following code in my workflow:
How would I update that to v2 of the action? I took a look at the readme, but it looks like the scopes changes?
The text was updated successfully, but these errors were encountered: