fix(deps): update k8s.io/utils digest to e7106e6 (#753) #564
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Release Please | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
trigger: | |
uses: statnett/github-workflows/.github/workflows/release-please.yaml@main | |
secrets: inherit | |
permissions: | |
contents: write | |
pull-requests: write |