Skip to content

Commit 9abc3be

Browse files
authored
add org level app keys (#9597)
These keys are required for the permissions to read org level projects and write PRs
1 parent dbc6842 commit 9abc3be

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
3030
ImportOptions__ApiKeys__OSPOKey: ${{ secrets.OSPO_KEY }}
3131
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
32+
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
33+
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
3234
with:
3335
org: ${{ github.repository_owner }}
3436
repo: ${{ github.repository }}

.github/workflows/quest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
3939
ImportOptions__ApiKeys__OSPOKey: ${{ secrets.OSPO_KEY }}
4040
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
41+
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
42+
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
4143
with:
4244
org: ${{ github.repository_owner }}
4345
repo: ${{ github.repository }}
@@ -52,6 +54,8 @@ jobs:
5254
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
5355
ImportOptions__ApiKeys__OSPOKey: ${{ secrets.OSPO_KEY }}
5456
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
57+
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
58+
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
5559
with:
5660
org: ${{ github.repository_owner }}
5761
repo: ${{ github.repository }}

0 commit comments

Comments
 (0)