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 2f11e37 commit c0e4993Copy full SHA for c0e4993
.github/workflows/library.yml
@@ -1,5 +1,8 @@
1
name: Build and test library
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
push:
8
branches: [main]
@@ -11,4 +14,4 @@ on:
11
14
jobs:
12
15
build:
13
16
- uses: zig-devel/.infra/.github/workflows/library.yml@main
17
+ uses: zig-devel/.github/.github/workflows/library.yml@main
.github/workflows/release.yml
@@ -7,6 +7,6 @@ on:
release:
9
name: Prepare GitHub release
10
- uses: zig-devel/.infra/.github/workflows/release.yml@main
+ uses: zig-devel/.github/.github/workflows/release.yml@main
permissions:
contents: write
0 commit comments