fix permissions

This commit is contained in:
Luke Hagar
2024-08-26 16:44:55 -05:00
parent 07244a3b32
commit ac4f50e299
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
build-push:
name: Build and Push ${{ matrix.release_type }} Docker Images
@@ -20,7 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Check latest Pocketbase Version
run: |
if [ "${{ matrix.release_type }}" = "latest" ]; then