From ac4f50e2992e1d5c660738e55448334bd8f047e6 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 26 Aug 2024 16:44:55 -0500 Subject: [PATCH] fix permissions --- .github/workflows/build-and-push.yaml | 5 ++++- README.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 54f4e5b..2c76fd5 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -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 diff --git a/README.md b/README.md index 0799806..bd1a792 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Community maintained pocketbase docker image. hosted on DockerHUB + +[Changelog](./CHANGELOG.md) \ No newline at end of file