Skip to content

Commit

Permalink
Update secret-agent-bot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 authored Mar 6, 2023
1 parent 7e6149e commit 1faa8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secret-agent-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
app_id: ${{ vars.APP_ID }}
# not needed if installed on this current org/repo
installation_id: ${{ vars.INSTALLATION_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}

- name: list organizational secrets
env:
Expand All @@ -27,7 +27,7 @@ jobs:
id: generate_read_only_pat
with:
app_id: ${{ vars.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
permissions: >-
{"secrets": "read", "members": "read"}
repository: ${{ github.repository }}
Expand Down

0 comments on commit 1faa8bb

Please sign in to comment.