Skip to content

Commit dc0a8d7

Browse files
author
Stephan Brandauer
committed
add permissions block to autobuild-action.yml
1 parent 7e3036b commit dc0a8d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/__autobuild-action.yml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/autobuild-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "autobuild-action"
22
description: "Tests that the C# autobuild action works"
33
versions: ["linked"]
4+
permissions:
5+
contents: read
46
steps:
57
- uses: ./../action/init
68
with:

0 commit comments

Comments
 (0)