--- Log opened Thu May 12 00:00:21 2022 02:10 -!- midnight [~midnight@user/midnight] has quit [Ping timeout: 248 seconds] 02:13 -!- midnight [~midnight@user/midnight] has joined ##miniscript 10:53 -!- kanishk779[m] [~kanishk77@2001:470:69fc:105::2:e3a] has joined ##miniscript 10:53 < sanket1729_> Hey kanishk779[m] 10:53 < sanket1729_> Feel to ask questions about miniscript here 13:33 < kanishk779[m]> Hi everyone, 13:33 < kanishk779[m]> I have been selected in the summer of bitcoin program, and would be contributing to rust-miniscript project over the summer. 13:34 < kanishk779[m]> I had some doubt regarding code contribution. 13:34 < kanishk779[m]> I forked the repo and then cloned it. After that created a new branch and commited some code to it. 13:35 < kanishk779[m]> Now when I try to push that new branch to my forked repository, I get this error. 13:35 < kanishk779[m]> `! [remote rejected] extreme-tr-tests -> extreme-tr-tests (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/rust.yml` without `workflow` scope)` 13:36 < sanket1729_> Interesting, never seen this before. 13:36 < sanket1729_> Are you updating any of the CI files? 13:36 < sanket1729_> Even then pushing to your local fork should be okay 13:37 < kanishk779[m]> No I have not updated the rust.yml file. 13:37 < sanket1729_> https://stackoverflow.com/questions/64059610/how-to-resolve-refusing-to-allow-an-oauth-app-to-create-or-update-workflow-on 13:37 < sanket1729_> Looks like some issue with your IDE setup 13:38 < sanket1729_> Can you try pushing using the terminal? 13:39 < kanishk779[m]> I use command line only for all the git commands. 13:40 < kanishk779[m]> git push -u origin extreme-tr-tests 13:41 < sanket1729_> I can't seem to find the fork in your repo 13:42 <@sipa> kanishk779: Are you by any chance trying to push to upstream? 13:42 <@sipa> What does "git remote -v" say? 13:42 < kanishk779[m]> No I am pushing to my forked repo only 13:42 <@sipa> Ok. 13:43 < kanishk779[m]> "git remote -v" --> origin https://github.com/kanishk779/rust-miniscript.git (fetch) 13:43 < kanishk779[m]> origin https://github.com/kanishk779/rust-miniscript.git (push) 13:43 <@sipa> ok, then i don't know 13:44 <@sipa> i've never encountered that error, but i also don't contribute to rust-miniscript or any project that has github workflows 13:44 < sanket1729_> I have not seen this either error either. Can you try kanishk779[m]: Did you try the solution suggested here? https://stackoverflow.com/questions/64059610/how-to-resolve-refusing-to-allow-an-oauth-app-to-create-or-update-workflow-on? 13:45 < sanket1729_> Sorry, I meant this one: https://www.johneverettcase.com/post/2021/07/22/git-workflow-access-token.html 13:46 < sanket1729_> But I don't have any such tokens. 13:47 < kanishk779[m]> sanket1729_: This works, thanks ! 13:48 < sanket1729_> I think you probably have something else in your setup has needs this. I never had to do this. But glad that is resolved 13:53 <@sipa> kanishk779: Note that people on the IRC side of this channel cannot see reaction emojis. 14:02 < jeremyrubin> actually i've been curious -- can others see emojis at all? 😃 14:03 <@sipa> People in the matrix-bridged channel do. I am, as is kanishk779, and I can see a thumbs-up emoji on sanket1729_'s last message. 14:04 <@sipa> But emojis aren't translated to anything on the IRC side by the bridge. 14:07 < kanishk779[m]> Can someone verify if they are able to access this link. 14:07 < kanishk779[m]> https://gist.github.com/kanishk779/a4829eab5e60d35215de5e2665b18b7a 14:07 <@sipa> > <@kanishk779:matrix.org> Can someone verify if they are able to access this link. 14:07 <@sipa> > https://gist.github.com/kanishk779/a4829eab5e60d35215de5e2665b18b7a 14:07 <@sipa> I can access it. 14:18 < kanishk779[m]> I have created a pull request, It says that first time contributors require approval of a maintainer. 14:18 < kanishk779[m]> To run the workflows. 14:19 < sanket1729_> Looking at it. yeah, the CI needs explicit permission for first time contributors as a spam prevention method. --- Log closed Fri May 13 00:00:22 2022