File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 88 - synchronize
99 push :
1010 branches :
11- - " main"
11+ - ' main'
1212 paths :
13- - " stencil.yaml"
14- - " manifest.yaml"
15- - " .mise.toml"
16- - " .github/workflows/build-release.yml"
17- - " templates/**"
18- - " tests/**"
13+ - ' stencil.yaml'
14+ - ' manifest.yaml'
15+ - ' .mise.toml'
16+ - ' .github/workflows/build-release.yml'
17+ - ' templates/**'
18+ - ' tests/**'
1919
2020jobs :
2121 build-and-test :
2222 name : Build and Test
2323 runs-on : ubuntu-latest
2424 permissions :
2525 id-token : write
26- contents : write
26+ contents : read
2727 actions : read
2828 steps :
2929 # # <<Stencil::Block(getMoreCiSecrets)>>
5050 uses : rgst-io/stencil-action@34abb7be7ca3847f233bd9c38f1da71b30556c35
5151 with :
5252 github-token : ${{ github.token }}
53- version : " latest"
53+ version : ' latest'
5454 # # <<Stencil::Block(buildtestauth)>>
55+
5556 # # <</Stencil::Block>>
5657 - name : Build Test repo
5758 run : mise run buildtest
You can’t perform that action at this time.
0 commit comments