Add org-level app keys (#248)
* Add app keys For this change, I'll need to coordinate with Rick for the private app keysl * add keys for single issue runspull/249/head
parent
b24f6b3845
commit
657a870a8b
|
@ -29,6 +29,8 @@ jobs:
|
|||
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
ImportOptions__ApiKeys__OSPOKey: ${{ secrets.OSPO_KEY }}
|
||||
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
|
||||
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
|
||||
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
|
||||
with:
|
||||
org: ${{ github.repository_owner }}
|
||||
repo: ${{ github.repository }}
|
||||
|
|
|
@ -38,6 +38,8 @@ jobs:
|
|||
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
ImportOptions__ApiKeys__OSPOKey: ${{ secrets.OSPO_KEY }}
|
||||
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
|
||||
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
|
||||
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
|
||||
with:
|
||||
org: ${{ github.repository_owner }}
|
||||
repo: ${{ github.repository }}
|
||||
|
@ -52,6 +54,8 @@ jobs:
|
|||
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
ImportOptions__ApiKeys__OSPOKey: ${{ secrets.OSPO_KEY }}
|
||||
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
|
||||
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
|
||||
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
|
||||
with:
|
||||
org: ${{ github.repository_owner }}
|
||||
repo: ${{ github.repository }}
|
||||
|
|
Loading…
Reference in New Issue