From eff82c71a1a1cc159d36e6242efa0b24af34a93d Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 30 Sep 2024 17:02:32 -0400 Subject: ci: use regular variable for bot app id --- .github/workflows/update-lock.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/update-lock.yaml') diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 4ab4932..e104e4d 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -13,9 +13,6 @@ on: default: "" type: string secrets: - APP_ID: - description: GitHub Bot Application ID - required: true PRIVATE_KEY: description: GitHub Bot Application client secret required: true @@ -31,7 +28,7 @@ jobs: uses: actions/create-github-app-token@v1 id: app-token with: - app-id: ${{ secrets.APP_ID }} + app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - name: Checkout repository -- cgit v1.2.3