File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 66 - " packages/**"
77 - " turbo.json"
88 - " package.json"
9+ - " .github/workflows/cicd.yml"
910 branches :
1011 - main
1112 - beta
1718 paths :
1819 - " packages/**"
1920
21+ permissions :
22+ contents : write
23+ issues : write
24+ pull-requests : write
25+ id-token : write
26+
2027jobs :
2128 CI :
2229 runs-on : ubuntu-latest
@@ -34,16 +41,10 @@ jobs:
3441 - run : pnpm run lint:lib
3542 - run : pnpm run test:lib
3643
37-
3844 CD :
3945 if : ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next'|| github.ref == 'refs/heads/experimental' || github.ref == 'refs/heads/4.x' || github.ref == 'refs/heads/7.x' }}
4046 runs-on : ubuntu-latest
4147 needs : [CI]
42- permissions :
43- contents : write
44- issues : write
45- pull-requests : write
46- id-token : write
4748 steps :
4849 - uses : actions/checkout@v4
4950 with :
You can’t perform that action at this time.
0 commit comments