Skip to content

Commit 4547ef7

Browse files
authored
Merge pull request #4 from ashblue/feature/build-pipeline-permission-fix
ci(github-actions): added missing permissions
2 parents 917b27a + f561f5b commit 4547ef7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Nightly Build
2+
permissions:
3+
contents: write
24
on:
35
push:
46
branches:

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
22
on: push
3+
permissions:
4+
contents: write
35
jobs:
46
test:
57
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)