Skip to content

Commit

Permalink
Revert token
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Nov 21, 2023
1 parent f09e565 commit 10beb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postback-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
PR_NUMBER: ${{ steps.pull_request.outputs.number }}
with:
github-token: ${{ secrets.TIZENAPI_GITHUB_TOKEN_FINEGRAINED }}
github-token: ${{ secrets.TIZENAPI_GITHUB_TOKEN }}
script: |
const fs = require('fs');
const json = fs.readFileSync('Artifacts/errors.json', 'utf8');
Expand All @@ -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_FINEGRAINED }}
token: ${{ secrets.TIZENAPI_GITHUB_TOKEN }}
issue-number: ${{ steps.pull_request.outputs.number }}
path: Artifacts/api-comp.json

0 comments on commit 10beb74

Please sign in to comment.