Skip to content

Commit

Permalink
update github pat to use rules.content token
Browse files Browse the repository at this point in the history
  • Loading branch information
Aibono1225 committed May 13, 2024
1 parent f333ff4 commit 52af4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
AUTH0_DOMAIN: ${{ vars.AUTH0_DOMAIN }}
AUTH0_CLIENT_ID: ${{ vars.AUTH0_CLIENT_ID }}
AUTH0_REDIRECT_URI: ${{ vars.AUTH0_REDIRECT_URI }}
GITHUB_API_PAT: ${{ secrets.GITHUB_TOKEN }}
GITHUB_API_PAT: ${{ secrets.CONTENT_GITHUB_TOKEN }}
DISQUS_FORUM: ${{ vars.DISQUS_FORUM }}
DISQUS_API_KEY: ${{ secrets.DISQUS_API_KEY }}
GTM_CONTAINER_ID: ${{ vars.GTM_CONTAINER_ID }}
Expand Down

0 comments on commit 52af4c9

Please sign in to comment.