mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-06 04:20:57 +00:00
fix permissions
This commit is contained in:
3
.github/workflows/build-and-push.yaml
vendored
3
.github/workflows/build-and-push.yaml
vendored
@@ -8,6 +8,9 @@ on:
|
|||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-push:
|
build-push:
|
||||||
name: Build and Push ${{ matrix.release_type }} Docker Images
|
name: Build and Push ${{ matrix.release_type }} Docker Images
|
||||||
|
|||||||
Reference in New Issue
Block a user