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 e03bd9a commit e255d2dCopy full SHA for e255d2d
.github/workflows/push-gh-pages.yml
@@ -12,14 +12,15 @@ jobs:
12
env:
13
ruby_version: "3.0"
14
runs-on: ubuntu-latest
15
+
16
permissions:
- pages: write
17
+ contents: write
18
19
steps:
20
- name: Harden Runner
21
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
22
with:
23
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
-
24
- name: Checkout repo
25
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
26
- name: Install Ruby ${{ env.ruby_version }}
0 commit comments