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

Remove GitHub Token #898

Merged
merged 1 commit into from
Sep 22, 2024
Merged

Conversation

ebattat
Copy link
Collaborator

@ebattat ebattat commented Sep 19, 2024

Type of change

Note: Fill x in []

  • bug
  • enhancement
  • documentation
  • dependencies

Description

Remove GitHub Token, for more details see

For security reasons, all pull requests need to be approved first before running any automated CI

@ebattat ebattat added bug Something isn't working Security alert labels Sep 19, 2024
@ebattat ebattat self-assigned this Sep 19, 2024
@ebattat ebattat added the ok-to-test PR ok to test label Sep 19, 2024
@ebattat
Copy link
Collaborator Author

ebattat commented Sep 22, 2024

@athiruma, pls review

@@ -126,7 +126,7 @@ jobs:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
IBM_API_KEY: ${{ secrets.IBM_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Contributor

@athiruma athiruma Sep 19, 2024

Choose a reason for hiding this comment

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

why do we need GITHUUB_TOKEN here?

Copy link
Contributor

@athiruma athiruma left a comment

Choose a reason for hiding this comment

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

/lgtm

@ebattat ebattat merged commit 3883292 into redhat-performance:main Sep 22, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ok-to-test PR ok to test Security alert
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants