We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fa585 commit 49214d3Copy full SHA for 49214d3
.github/workflows/ci.generate.ts
@@ -301,6 +301,9 @@ function handleMatrixItems(items: {
301
302
const ci = {
303
name: "ci",
304
+ permissions: {
305
+ contents: "write",
306
+ },
307
on: {
308
push: {
309
branches: ["main"],
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
# GENERATED BY ./ci.generate.ts -- DO NOT DIRECTLY EDIT
2
3
name: ci
4
+permissions:
5
+ contents: write
6
on:
7
push:
8
branches:
0 commit comments