Skip to content

Commit 833320c

Browse files
committed
updates
1 parent ce7106b commit 833320c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual_code_changes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
Test:
1515
permissions:
16-
contents: "read"
16+
contents: "write"
1717
# Required to auth against gcp
1818
id-token: "write"
1919
runs-on: ubuntu-latest
@@ -36,7 +36,7 @@ jobs:
3636
- name: Test documentation builds
3737
run: make documentation
3838
- name: Deploy documentation
39-
uses: JamesIves/github-pages-deploy-action@releases/v3
39+
uses: JamesIves/github-pages-deploy-action@v4
4040
with:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)