-
Notifications
You must be signed in to change notification settings - Fork 356
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
infra: Clone repo for cockpit lib update with token #4907
infra: Clone repo for cockpit lib update with token #4907
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All in all once this is tested I am ok that it get's merged even though we should not update for the time being.
@@ -24,6 +25,8 @@ jobs: | |||
|
|||
- name: Clone repository | |||
uses: actions/checkout@v3 | |||
with: | |||
token: ${{ secrets.INSTALLKER_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you have a typo here? INSTALLKER?
Also the fact that we can't update is not making this PR blocked. We can nicely generate the PRs just not merge them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the bot name, so its token has its name.
Yup, not a high priority, just wanted to dump it here as a PR instead of a random comment hidden somewhere. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. :)
I think let's try and see what this does. Usually, we catch the issues with opening PRs later after we deploy the code. The interaction with other tokens used throughout the whole process is unclear, so I don't see testing it as economical... |
/kickstart-test --waive infra only |
This addresses #4790 (comment)
It's not clear if this solves the problem.
Currently blocked because we can't update.