We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c26b70 + 40bd1f3 commit 607b985Copy full SHA for 607b985
.github/workflows/main.yaml
@@ -2,12 +2,15 @@ name: Build, Test and Deploy
2
3
on:
4
push:
5
- # TODO: add back path verification
6
# paths:
7
# - 'com.developer.nefarious.zjoule.feature/**'
8
# - 'com.developer.nefarious.zjoule.plugin/**'
9
# - 'com.developer.nefarious.zjoule.test/**'
10
# - 'com.developer.nefarious.zjoule.updatesite/**'
+
11
+permissions:
12
+ contents: write
13
14
jobs:
15
16
test:
@@ -46,8 +49,6 @@ jobs:
46
49
uses: actions/setup-node@v1
47
50
with:
48
51
node-version: 18
- env:
- GITHUB_TOKEN: ${{ secrets.NEFARIOUS_GITHUB_TOKEN }}
52
53
- name: Install semantic-release
54
run: |
0 commit comments