We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#6919 (comment)
Run if [ -n "$(git status --porcelain)" ]; then [bko-weights a76c2a2] Update from bkontur running command 'bench --pallet pallet_xcm' 11 files changed, 674 insertions(+), 641 deletions(-) remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/paritytech/polkadot-sdk.git/' Push failed, trying to rebase... remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/paritytech/polkadot-sdk.git/'
/cmd bench --pallet pallet_xcm would fail because it takes ~2hrs, thus the GH token obtained 2h ago is already invalidated
/cmd bench --pallet pallet_xcm
The fix would be obtaining a new fresh token right before a commit
The text was updated successfully, but these errors were encountered:
add another token generation step (#6941)
586ab7f
Closes #6940
fixed token (#6958)
1c0820d
#6940
add another token generation step (paritytech#6941)
6aabcd6
Closes paritytech#6940
fixed token (paritytech#6958)
fc034ae
paritytech#6940
mordamax
Successfully merging a pull request may close this issue.
#6919 (comment)
/cmd bench --pallet pallet_xcm
would fail because it takes ~2hrs, thus the GH token obtained 2h ago is already invalidatedThe fix would be obtaining a new fresh token right before a commit
The text was updated successfully, but these errors were encountered: