neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 55d346fc2683a18256320eaae75eb4f3137dcced
parent 88c3d8900112b1798fa5084dd02de6a6fd06f365
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Sun, 16 Apr 2023 14:16:19 +0200

ci: remove unnecessary token usage


Diffstat:
M.github/workflows/labeler.yml | 2--
M.github/workflows/lintcommit.yml | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml @@ -12,7 +12,6 @@ jobs: steps: - uses: actions/labeler@v4 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: "" type-scope: @@ -21,7 +20,6 @@ jobs: contents: write pull-requests: write env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} PR_TITLE: ${{ github.event.pull_request.title }} diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml @@ -8,8 +8,6 @@ jobs: lint-commits: runs-on: ubuntu-latest if: github.event.pull_request.draft == false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v3 with: