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 68d0df7 commit 26f28c3Copy full SHA for 26f28c3
.github/workflows/build.yml
@@ -2,6 +2,10 @@ name: Build
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: write
7
+ packages: write
8
+
9
jobs:
10
test:
11
runs-on: ubuntu-latest
0 commit comments