From 3847fcb03e91c0336af1ced883d38f425ef5046b Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 1 Apr 2026 10:29:32 -0500 Subject: [PATCH] fix action name --- .gitea/workflows/build-and-publish.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 2b99381..246130d 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -9,13 +9,16 @@ env: jobs: build-release: runs-on: ubuntu-latest + permissions: + id-token: write + contents: read steps: - name: Checkout repository uses: actions/checkout@v4 - uses: DeterminateSystems/determinate-nix-action@v3 - - uses: DeterminateSystems/nix-flake-checker-action@main + - uses: DeterminateSystems/flake-checker-action@main with: flake-lock-path: ./build/flake.lock