Skip to content

Commit

Permalink
chore: can I haz private key 🗝️
Browse files Browse the repository at this point in the history
  • Loading branch information
janraasch committed Feb 7, 2024
1 parent 443ce02 commit db6d891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.BIG_MERGER_APP_ID }}
private_key: ${{ secrets.BIG_MERGER_CLIENT_SECRET }}
env: # see https://github.com/tibdex/github-app-token/issues/54
OPENSSL_CONF: /dev/null
private_key: ${{ secrets.BIG_MERGER_PRIVATE_KEY }}
# env: # see https://github.com/tibdex/github-app-token/issues/54
# OPENSSL_CONF: /dev/null

- name: Dependabot metadata
id: dependabot-metadata
Expand Down

0 comments on commit db6d891

Please sign in to comment.