From a5c08cc6ad1a561e98f4385ca218c0605c374f82 Mon Sep 17 00:00:00 2001 From: sthope Date: Tue, 18 Mar 2025 20:47:19 +0100 Subject: [PATCH] first commit --- .gitea/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 47a01ec..2603941 100755 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,8 +19,12 @@ env: jobs: build: runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + packages: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3