this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): grant actions:write to release-plz so it can dispatch publish workflow

+1
+1
.github/workflows/release-plz.yml
··· 13 13 if: github.repository_owner == 'arcuru' && (github.event_name == 'push' || github.ref == 'refs/heads/main') 14 14 environment: publish 15 15 permissions: 16 + actions: write 16 17 contents: write 17 18 id-token: write 18 19 steps: