chore: merge main into alpha #89

Open
marcel.henselin wants to merge 21 commits from main into alpha
Showing only changes of commit e974ccf906 - Show all commits

View file

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