chore(deps): update adminer:4.8.1-standalone docker digest to fcb4f9e #1756
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: 'CI' | |
on: | |
pull_request: | |
push: | |
jobs: | |
build: | |
name: DargStack rgen | |
uses: dargmuesli/github-actions/.github/workflows/[email protected] | |
release-semantic: | |
needs: build | |
name: Semantic Release | |
uses: dargmuesli/github-actions/.github/workflows/[email protected] | |
permissions: | |
contents: write | |
secrets: | |
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |