Skip to content
New issue

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

How to upgrade from v1 to v2? #94

Closed
josephjthomas opened this issue Sep 16, 2023 · 1 comment
Closed

How to upgrade from v1 to v2? #94

josephjthomas opened this issue Sep 16, 2023 · 1 comment

Comments

@josephjthomas
Copy link

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?

@tibdex
Copy link
Owner

tibdex commented Sep 18, 2023

@tibdex tibdex closed this as completed Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants