diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9490b7ca..fd9bd6f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - token: ${{ secrets.PERSONAL_TOKEN }} - name: Install Node.js uses: actions/setup-node@v3 @@ -154,7 +152,7 @@ jobs: if: steps.check-bumped-version.outputs.major_bump == 'false' uses: actions/github-script@v4 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.PERSONAL_TOKEN }} script: | github.issues.addLabels({ issue_number: context.issue.number,