Skip to content

Commit c2c467e

Browse files
committed
run the code from the new branch. (temp)
1 parent 52e41c6 commit c2c467e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: bulk-sequester
4848
id: bulk-sequester
49-
uses: dotnet/docs-tools/actions/sequester@main
49+
uses: dotnet/docs-tools/actions/sequester@going-secretless
5050
env:
5151
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
5252
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}

actions/sequester/Quest2GitHub/Options/EnvironmentVariableReader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ internal static ApiKeys GetApiKeys()
66
{
77
var githubToken = CoalesceEnvVar(("ImportOptions__ApiKeys__GitHubToken", "GitHubKey"));
88
// This is optional so that developers can run the app locally without setting up the devOps token.
9+
// In GitHub Actions, this is preferred.
910
var questToken = CoalesceEnvVar(("ImportOptions__ApiKeys__QuestAccessToken", "QuestAccessToken"), false);
1011

1112
// These keys are used when the app is run as an org enabled action. They are optional.

0 commit comments

Comments
 (0)