Skip to content

Commit 37ec57c

Browse files
authored
fix key typo (#39462)
The key must match the key in the repo.
1 parent 0f58009 commit 37ec57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ImportOptions__ApiKeys__OSPOKey: ${{ secrets.OSPO_KEY }}
3030
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
3131
ImportOptions__ApiKeys__SequesterPrivateKey: ${{ secrets.SEQUESTER_PRIVATEKEY }}
32-
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_SEQUESTER_APPID }}
32+
ImportOptions__ApiKeys__SequesterAppID: ${{ secrets.SEQUESTER_APPID }}
3333

3434
with:
3535
org: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)