From cbdbf0bceb3e9b05545b624d56eaed406df759db Mon Sep 17 00:00:00 2001 From: Tyler Dixon Date: Thu, 27 Mar 2025 19:36:00 +0000 Subject: [PATCH] Don't use token --- .github/workflows/post-dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index f1a17ce..f9078c2 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -14,8 +14,6 @@ jobs: name: Update licensed cache steps: - uses: actions/checkout@v4 - with: - token: ${{ secrets.PAT }} - run: npm ci