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

Change secret to GITHUB_TOKEN in cleanup job in im-build-nuget-package #268

Closed
wants to merge 1 commit into from

Conversation

RuntimeRascal
Copy link

No description provided.

@RuntimeRascal RuntimeRascal requested a review from a team as a code owner June 20, 2024 18:17
@RuntimeRascal RuntimeRascal requested a review from hpractv June 20, 2024 18:18
@@ -202,7 +202,7 @@ jobs:
if: env.IS_MERGE_TO_MAIN == 'true'
uses: im-open/delete-branch-package-versions@v3.1
with:
github-token: ${{ secrets.GH_PACKAGES_TOKEN }} # This is a special org-level secret that needs to be authorized for this repo
github-token: ${{ secrets.GITHUB_TOKEN }} # This is a special org-level secret that needs to be authorized for this repo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GH_PACKAGES_TOKEN is the correct name. It's a special secret that your repo has to be authorized to use.

@danielle-casella-adams
Copy link
Contributor

Closing this PR. The secret name is correct as is. I did authorize the connection-string-provider repo to use the secret.

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

Successfully merging this pull request may close these issues.

2 participants