chore: merge main into alpha #89

Merged
marcel.henselin merged 26 commits from main into alpha 2026-03-25 09:25:59 +00:00
Showing only changes of commit e974ccf906 - Show all commits

View file

@ -17,7 +17,7 @@ env:
jobs: jobs:
config: config:
name: Check GoReleaser config name: Check GoReleaser config
runs-on: stackit-docker runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
@ -30,7 +30,7 @@ jobs:
publish: publish:
name: "Publish provider" name: "Publish provider"
needs: config needs: config
runs-on: stackit-docker runs-on: ubuntu-latest
permissions: permissions:
actions: read # Required to identify workflow run. actions: read # Required to identify workflow run.
checks: write # Required to add status summary. checks: write # Required to add status summary.