Skip to content

Commit 143fa84

Browse files
committed
Use GITHUB_TOKEN
1 parent bc080e0 commit 143fa84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, 2023, Oracle and/or its affiliates.
1+
# Copyright (c) 2021, 2024, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
#
44
# Description
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
ref: gh-pages
3838
path: gh-pages
39-
token: ${{ secrets.PUBLISH_SECRET }}
39+
token: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Build and publish site
4242
run: |

0 commit comments

Comments
 (0)