0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 15:21:26 -05:00

fix: ci workflow permissions (#22346)

This commit is contained in:
Divy Srivastava 2024-02-08 16:35:01 +05:30 committed by GitHub
parent 32fa58564e
commit 49214d309f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -301,6 +301,9 @@ function handleMatrixItems(items: {
const ci = { const ci = {
name: "ci", name: "ci",
permissions: {
contents: "write",
},
on: { on: {
push: { push: {
branches: ["main"], branches: ["main"],

View file

@ -1,6 +1,8 @@
# GENERATED BY ./ci.generate.ts -- DO NOT DIRECTLY EDIT # GENERATED BY ./ci.generate.ts -- DO NOT DIRECTLY EDIT
name: ci name: ci
permissions:
contents: write
on: on:
push: push:
branches: branches: