Skip to content

Commit 607b985

Browse files
authored
Merge pull request #15 from The-Nefarious-Developer/pipeline
Pipeline
2 parents 1c26b70 + 40bd1f3 commit 607b985

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ name: Build, Test and Deploy
22

33
on:
44
push:
5-
# TODO: add back path verification
65
# paths:
76
# - 'com.developer.nefarious.zjoule.feature/**'
87
# - 'com.developer.nefarious.zjoule.plugin/**'
98
# - 'com.developer.nefarious.zjoule.test/**'
109
# - 'com.developer.nefarious.zjoule.updatesite/**'
10+
11+
permissions:
12+
contents: write
13+
1114
jobs:
1215

1316
test:
@@ -46,8 +49,6 @@ jobs:
4649
uses: actions/setup-node@v1
4750
with:
4851
node-version: 18
49-
env:
50-
GITHUB_TOKEN: ${{ secrets.NEFARIOUS_GITHUB_TOKEN }}
5152

5253
- name: Install semantic-release
5354
run: |

0 commit comments

Comments
 (0)