question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Facing issues while pushing to master

See original GitHub issue

! [remote rejected] master -> master (refusing to allow a GitHub App to create or update workflow .github/workflows/build.yml without workflows permission)

using PAT keys where enabled workflow but still seeing this issue Any Help would be appreciated

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
EleanorHaproffcommented, Dec 16, 2020

I just ran into this issue (not on master specifically) and changed the last line branch: ${{ github.ref }} to branch: ${{ github.head_ref }} and it fixed it

0reactions
yrsuryacommented, Dec 9, 2020

Error: Process completed with exit code 128.

Got this error while git push

Read more comments on GitHub >

github_iconTop Results From Across the Web

Facing problems while executing git status - Stack Overflow
You solve it by pushing it to master again: git push or, if your master branch wasn't tracking origin/master already git push -u...
Read more >
How to Fix 'failed to push some refs to' Git Errors - Komodor
To fix this issue, run git pull on your local repository. ... You got a 'master (non-fast-forward)' error with a 'failed to push...
Read more >
Git happens! 6 Common Git mistakes and how to fix them
We all make mistakes, especially when working with something as complex ... Luckily, GitLab can prevent you from pushing directly to master.
Read more >
GIT : Resolving " Code push Rejected " - YouTube
GIT is most used code repository. Problem Statement :Sometimes, we forget to pull before Push. In such scenario, if commit has been done...
Read more >
git push --force and how to deal with it - Evil Martians
What to do if you have accidentally force pushed to the wrong git branch: a step by step tutorial.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found