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 3ada314 commit efa8e6dCopy full SHA for efa8e6d
.github/workflows/hugo_build.yml
@@ -9,13 +9,16 @@ on:
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
11
12
+permissions: read-all
13
+
14
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
jobs:
16
# This workflow contains a single job called "build"
17
build:
18
# The type of runner that the job will run on
19
runs-on: ubuntu-latest
-
20
+ permissions:
21
+ contents: write
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
24
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments