diff options
Diffstat (limited to '.github/workflows/update-lock.yaml')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 5 |
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 |
