Skip to content

Commit 92dd279

Browse files
authored
ci: chroot: add write permission
1 parent 767fd30 commit 92dd279

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/chroot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
build-chroot:
1212
# The type of runner that the job will run on
1313
runs-on: ubuntu-latest
14-
#runs-on: ubuntu-18.04
14+
permissions:
15+
contents: write # for softprops/action-gh-release to create GitHub release
1516

1617
# Steps represent a sequence of tasks that will be executed as part of the job
1718
steps:

0 commit comments

Comments
 (0)