Skip to content

Commit 64ddf41

Browse files
authored
Update ghpages.yml with permissions
1 parent d819f81 commit 64ddf41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ghpages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
build:
1919
name: "Update Editor's Copy"
2020
runs-on: ubuntu-latest
21+
permissions:
22+
contents: write
2123
steps:
2224
- name: "Checkout"
2325
uses: actions/checkout@v4
@@ -27,7 +29,7 @@ jobs:
2729
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"
2830

2931
- name: "Caching"
30-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3133
with:
3234
path: |
3335
.refcache

0 commit comments

Comments
 (0)