style(workflow): standardize quotes and formatting in YAML
Some checks failed
Some checks failed
This commit is contained in:
parent
1fe3148019
commit
17bc204029
1 changed files with 8 additions and 6 deletions
|
@ -4,10 +4,10 @@ on:
|
|||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- 'backend/**'
|
||||
- 'frontend/**'
|
||||
- '.gitea/workflows/release.yml'
|
||||
- 'release.config.cjs'
|
||||
- "backend/**"
|
||||
- "frontend/**"
|
||||
- ".gitea/workflows/release.yml"
|
||||
- "release.config.cjs"
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
@ -17,10 +17,11 @@ permissions:
|
|||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
name: Release
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
steps:
|
||||
|
@ -28,4 +29,5 @@ jobs:
|
|||
uses: https://git.kjan.de/actions/semantic-release@main
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue