remove permissions
Some checks failed
Build and Publish / build-release (push) Failing after 3s

This commit is contained in:
2026-04-01 10:28:44 -05:00
parent 0e9931fac2
commit 4d8b0bb731

View File

@@ -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