From 4d8b0bb731fe83e12433a53876879083cc02f8c6 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Wed, 1 Apr 2026 10:28:44 -0500 Subject: [PATCH] remove permissions --- .gitea/workflows/build-and-publish.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index cc1cf09..2b99381 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -4,15 +4,11 @@ on: branches: - main env: - REGISTRY: ${{ format('{0}', replace(replace(github.server_url, 'https://', ''), 'http://', '')) }} CHART_NAME: ${{ github.event.repository.name }} IMAGE_NAME: ${{ github.event.repository.name }} jobs: build-release: runs-on: ubuntu-latest - permissions: - id-token: write - contents: read steps: - name: Checkout repository uses: actions/checkout@v4