-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Migrate PAT GitHub Token Usage #3603
Comments
I think we can start by using Then we should make a list of:
With this list at hand, we can reasses things in isolation and discuss next resolution steps. |
I believe we're going to require an GitHub application long-term: |
Great find! |
@arboleya I've gone over all the token usages and attempted to identify the possible permissions that a potential application might require. I've summarised potential next steps within the following PR: |
Summary
Usage of the personal access token has now been removed therefore we need to migrate to an alternative means of authentication. All instances of
REPO_TOKEN
within our workflows need to change.Some possible workarounds.
Usages
release.yaml
(failure)fuels-ts/.github/workflows/release.yaml
Lines 27 to 29 in 79ffb82
pr-validate-changesets.yaml
fuels-ts/.github/workflows/pr-validate-changesets.yaml
Lines 49 to 55 in 71220b5
linear-pr-integration.yaml
fuels-ts/.github/workflows/linear-pr-integration.yaml
Line 17 in 79ffb82
The text was updated successfully, but these errors were encountered: