aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lintcommit.yml
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-04-16 14:16:19 +0200
committerGitHub <noreply@github.com>2023-04-16 14:16:19 +0200
commit55d346fc2683a18256320eaae75eb4f3137dcced (patch)
tree9553cf0b1e857e40de1357da06de9f51075990df /.github/workflows/lintcommit.yml
parent88c3d8900112b1798fa5084dd02de6a6fd06f365 (diff)
downloadrneovim-55d346fc2683a18256320eaae75eb4f3137dcced.tar.gz
rneovim-55d346fc2683a18256320eaae75eb4f3137dcced.tar.bz2
rneovim-55d346fc2683a18256320eaae75eb4f3137dcced.zip
ci: remove unnecessary token usage
Diffstat (limited to '.github/workflows/lintcommit.yml')
-rw-r--r--.github/workflows/lintcommit.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/lintcommit.yml b/.github/workflows/lintcommit.yml
index afedbe0b12..77c75fbd76 100644
--- 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: