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 bc080e0 commit 143fa84Copy full SHA for 143fa84
.github/workflows/publish-github-pages.yml
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2021, 2023, Oracle and/or its affiliates.
+# Copyright (c) 2021, 2024, Oracle and/or its affiliates.
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
#
4
# Description
@@ -36,7 +36,7 @@ jobs:
36
with:
37
ref: gh-pages
38
path: gh-pages
39
- token: ${{ secrets.PUBLISH_SECRET }}
+ token: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Build and publish site
42
run: |
0 commit comments