Skip to content

Commit 68ed8e8

Browse files
fix(PDYE-1395): permisos de escritura release (#746)
Co-authored-by: Javiera Munita <javiera.munita@eclass.cl>
1 parent 847f47e commit 68ed8e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
if: github.ref == 'refs/heads/main'
3636
needs: test
3737
runs-on: ubuntu-latest
38+
permissions:
39+
contents: write
40+
issues: write
3841
steps:
3942
- uses: actions/checkout@v4
4043
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)