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

Use GitHub first-party action to generate GitHub app tokens #784

Open
martincostello opened this issue Mar 22, 2024 · 0 comments · May be fixed by #787
Open

Use GitHub first-party action to generate GitHub app tokens #784

martincostello opened this issue Mar 22, 2024 · 0 comments · May be fixed by #787
Assignees
Labels
feature-request A request for new functionality

Comments

@martincostello
Copy link
Owner

Is your feature request related to a problem?

GitHub now publishes their own official first-party action to generate a token for a GitHub app: actions/create-github-app-token.

This is better to use than the existing peter-murray/workflow-application-token-action action as it is more likely to be maintained (and it's "official").

Describe the solution you'd like

Replace usage of peter-murray/workflow-application-token-action with actions/create-github-app-token.

Additional context

Discovered through ossf/scorecard-webapp#489 (comment).

@martincostello martincostello added the feature-request A request for new functionality label Mar 22, 2024
@martincostello martincostello self-assigned this Mar 22, 2024
@martincostello martincostello added this to the v3.1.4 milestone Mar 22, 2024
martincostello added a commit that referenced this issue Mar 22, 2024
Migrate to the actions/create-github-app-token action.
Relates to #784.
@martincostello martincostello linked a pull request Mar 22, 2024 that will close this issue
@martincostello martincostello modified the milestones: v3.1.4, v3.2.0 Apr 7, 2024
@martincostello martincostello modified the milestones: v3.2.0, v3.3.0 Apr 15, 2024
@martincostello martincostello modified the milestones: v3.2.1, v3.2.2 Apr 22, 2024
@martincostello martincostello removed this from the v3.2.2 milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant