mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
Add write permissions to build-push job
This commit is contained in:
2
.github/workflows/BUILD.yml
vendored
2
.github/workflows/BUILD.yml
vendored
@@ -2,6 +2,8 @@ on: push
|
||||
jobs:
|
||||
build-push:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user