Skip to content

Commit dec7495

Browse files
committed
Grand write-all permission for auto-bump workflow
Fixes errors like: ``` remote: Permission to dahlia/homebrew-jetbrains-eap.git denied to hong-bot. fatal: unable to access 'https://github.com/dahlia/homebrew-jetbrains-eap/': The requested URL returned error: 403 Error: Failure while executing; `/usr/bin/env git push --set-upstream ***github.com/dahlia/homebrew-jetbrains-eap bump-intellij-idea-eap-2026.1-261.17801.55:bump-intellij-idea-eap-2026.1-261.17801.55` exited with 128. Here's the output: remote: Permission to dahlia/homebrew-jetbrains-eap.git denied to hong-bot. fatal: unable to access 'https://github.com/dahlia/homebrew-jetbrains-eap/': The requested URL returned error: 403 ``` Copied from https://github.com/Goooler/homebrew-repo/blob/3048e83471efa2c806e92e74c91633cbfcc4c18e/.github/workflows/autobump.yml#L21C5
1 parent 6ec8b22 commit dec7495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/bump.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
bump:
1212
runs-on: macos-latest
1313
if: github.event.repository.fork == false
14+
permissions: write-all
1415
steps:
1516
- name: Set up Git
1617
run: |

0 commit comments

Comments
 (0)