mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
Add packages: write permission to merge job
This commit is contained in:
parent
2bbbd57691
commit
607e03d179
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ghcr-publish.yml
vendored
2
.github/workflows/ghcr-publish.yml
vendored
|
|
@ -115,6 +115,8 @@ jobs:
|
||||||
|
|
||||||
merge:
|
merge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue