Skip to content

Commit 3cada00

Browse files
authored
Merge pull request #5 from ashblue/develop
Release Again
2 parents 1204a5d + 4547ef7 commit 3cada00

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)