Skip to content

Commit 8309d9a

Browse files
committed
Fix variable configuration
1 parent 72b1d54 commit 8309d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
displayName: "Push to gh-pages"
3535
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/src'))
3636
env:
37-
GITHUB_DEPLOY_KEY: '$(GITHUB_DEPLOY_KEY_MAIN)'
37+
GITHUB_DEPLOY_KEY: '$(GITHUB_DEPLOY_KEY)'

0 commit comments

Comments
 (0)