From: Jay Cho Date: Fri, 17 Nov 2023 08:08:13 +0000 (+0900) Subject: Update token X-Git-Tag: submit/tizen/20231121.015527~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3cb64f9c46d2457d124561f3296b31ccd9b366a;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Update token --- diff --git a/.github/workflows/postback-pull-request.yml b/.github/workflows/postback-pull-request.yml index 832acf933..29f2ea3a6 100644 --- a/.github/workflows/postback-pull-request.yml +++ b/.github/workflows/postback-pull-request.yml @@ -14,7 +14,7 @@ jobs: - name: Download Artifacts from Build uses: TizenAPI/tizenfx-build-actions/download-workflow-artifacts@master with: - token: ${{ secrets.TIZENAPI_GITHUB_TOKEN_FINEGRAINED }} + token: ${{ secrets.TIZENAPI_GITHUB_TOKEN }} run-id: ${{ github.event.workflow_run.id }} name: reports path: Artifacts @@ -45,7 +45,7 @@ jobs: env: PR_NUMBER: ${{ steps.pull_request.outputs.number }} with: - github-token: ${{ secrets.TIZENAPI_GITHUB_TOKEN }} + github-token: ${{ secrets.TIZENAPI_GITHUB_TOKEN_FINEGRAINED }} script: | const fs = require('fs'); const json = fs.readFileSync('Artifacts/errors.json', 'utf8'); @@ -61,6 +61,6 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: TizenAPI/tizenfx-build-actions/apidb-report@master with: - token: ${{ secrets.TIZENAPI_GITHUB_TOKEN }} + token: ${{ secrets.TIZENAPI_GITHUB_TOKEN_FINEGRAINED }} issue-number: ${{ steps.pull_request.outputs.number }} path: Artifacts/api-comp.json