Skip to content

Commit d47e8b4

Browse files
committed
run the code from the new branch. (temp)
1 parent fa83e35 commit d47e8b4

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: bulk-sequester
5050
id: bulk-sequester
51-
uses: dotnet/docs-tools/actions/sequester@main
51+
uses: dotnet/docs-tools/actions/sequester@going-secretless
5252
env:
5353
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
5454
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)