summaryrefslogtreecommitdiff
path: root/.github/workflows/update-lock.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-09-30 17:02:32 -0400
committerseth <[email protected]>2024-09-30 17:02:36 -0400
commiteff82c71a1a1cc159d36e6242efa0b24af34a93d (patch)
tree7fa8b4a0c20dfabddb9e93c291d709829a4a892f /.github/workflows/update-lock.yaml
parent363b6b64855ea6a239022593e097b7a2370bac66 (diff)
ci: use regular variable for bot app id
Diffstat (limited to '.github/workflows/update-lock.yaml')
-rw-r--r--.github/workflows/update-lock.yaml5
1 files changed, 1 insertions, 4 deletions
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