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 0c27bef commit 1cae83fCopy full SHA for 1cae83f
1 file changed
.github/workflows/shopee-announcements.yml
@@ -31,6 +31,6 @@ jobs:
31
# Check duplicates via API and create an issue using GitHub CLI (gh)
32
- name: Process Shopee Announcement and Create GitHub Issue
33
env:
34
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required variable for automatic authentication in gh CLI and GitHub API
+ GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # use PERSONAL_ACCESS_TOKEN for automated triggering next workflow
35
REPOSITORY_NAME: ${{ github.repository }}
36
run: php bin/shopee-openapi-announcement
0 commit comments