Skip to content

Commit e255d2d

Browse files
author
Kenneth Rosario
authored
chore: fix push to gh pages action permissions (#165)
1 parent e03bd9a commit e255d2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push-gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ jobs:
1212
env:
1313
ruby_version: "3.0"
1414
runs-on: ubuntu-latest
15+
1516
permissions:
16-
pages: write
17+
contents: write
18+
1719
steps:
1820
- name: Harden Runner
1921
uses: step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
2022
with:
2123
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
22-
2324
- name: Checkout repo
2425
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2526
- name: Install Ruby ${{ env.ruby_version }}

0 commit comments

Comments
 (0)