We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767fd30 commit 92dd279Copy full SHA for 92dd279
.github/workflows/chroot.yml
@@ -11,7 +11,8 @@ jobs:
11
build-chroot:
12
# The type of runner that the job will run on
13
runs-on: ubuntu-latest
14
- #runs-on: ubuntu-18.04
+ permissions:
15
+ contents: write # for softprops/action-gh-release to create GitHub release
16
17
# Steps represent a sequence of tasks that will be executed as part of the job
18
steps:
0 commit comments