From 6f3452a6d08d36132e1817918b9b8c77e457754d Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Fri, 9 Dec 2022 12:03:03 -0800 Subject: [PATCH] Add workflow name --- .github/workflows/update-github-dependencies.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-github-dependencies.yml b/.github/workflows/update-github-dependencies.yml index a108d41..536526e 100644 --- a/.github/workflows/update-github-dependencies.yml +++ b/.github/workflows/update-github-dependencies.yml @@ -1,3 +1,5 @@ +name: Update @github dependencies + on: workflow_dispatch: @@ -21,6 +23,8 @@ jobs: - run: | npm update @github/actions-workflow-parser working-directory: ./actions-languageservice + env: + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | git config user.name github-actions