Skip to content

Commit

Permalink
modified to use secrets.KJ3_PATC in using github-script@v5 in static.…
Browse files Browse the repository at this point in the history
…yaml
  • Loading branch information
kjsato committed Jun 13, 2024
1 parent e3a4cd9 commit 330cfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Notify owner
uses: actions/github-script@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.KJ3_PATC }}
script: |
const owner = "${{ github.repository_owner }}"
const page_url = "${{ steps.deployment.outputs.page_url }}"
Expand Down

0 comments on commit 330cfa4

Please sign in to comment.