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.
1 parent 6bca873 commit 1899bb0Copy full SHA for 1899bb0
.github/workflows/headlamp.yaml
@@ -25,6 +25,8 @@ jobs:
25
build:
26
needs: find_plugin_dirs
27
runs-on: ubuntu-latest
28
+ permissions:
29
+ contents: write
30
31
defaults:
32
run:
@@ -50,8 +52,6 @@ jobs:
50
52
npx @kinvolk/headlamp-plugin@$HEADLAMP_PLUGIN_VERSION tsc ${{ matrix.dir }}
51
53
- env:
54
GH_TOKEN: ${{ github.token }}
- permissions:
- contents: write
55
only:
56
- push:
57
branches: [main]
@@ -63,3 +63,5 @@ jobs:
63
ls -l ${{ matrix.dir }}/dist
64
gh release create "$tag_name" ${{ matrix.dir }}/dist/* --title "Release $tag_name" --notes "Release $tag_name"
65
fi
66
+
67
0 commit comments