From 42968e9e3dd06f08fcaecd38c8b7c34c4d33d05a Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Wed, 12 Apr 2023 07:56:24 -0700 Subject: [PATCH] Remove legacy token --- .github/workflows/issue_ops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_ops.yml b/.github/workflows/issue_ops.yml index 4dcbce7..7dc0477 100644 --- a/.github/workflows/issue_ops.yml +++ b/.github/workflows/issue_ops.yml @@ -36,7 +36,7 @@ jobs: gh actions-importer version || gh extension install github/gh-actions-importer gh actions-importer update env: - GH_TOKEN: ${{ secrets.ghcr_password }} + GH_TOKEN: ${{ github.token }} - uses: actions/github-script@v6 if: always() with: