Update nightly-release.yml (#5758)
authorJay Cho <chojoong@gmail.com>
Fri, 17 Nov 2023 08:20:14 +0000 (17:20 +0900)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 08:20:14 +0000 (17:20 +0900)
.github/workflows/nightly-release.yml

index 2bad9f9..caf1d17 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         TARGETS: ${{ steps.find-targets.outputs.targets }}
         WORKFLOW_NAME: 'Deploy Packages'
       with:
-        github-token: ${{ secrets.TIZENAPI_GITHUB_TOKEN }}
+        github-token: ${{ secrets.TIZENAPI_GITHUB_TOKEN_FINEGRAINED }}
         script: |
           var resp = await github.request('GET /repos/{owner}/{repo}/actions/workflows', {
             owner: context.repo.owner,