We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5d620 commit c4429ddCopy full SHA for c4429dd
.github/workflows/test.yaml
@@ -9,5 +9,5 @@ jobs:
9
with:
10
release: true
11
secrets:
12
- DS_RELEASE_BOT_ID: ${{ DS_RELEASE_BOT_ID }}
13
- DS_RELEASE_BOT_PRIVATE_KEY: ${{ DS_RELEASE_BOT_PRIVATE_KEY }}
+ DS_RELEASE_BOT_ID: ${{ secrets.DS_RELEASE_BOT_ID }}
+ DS_RELEASE_BOT_PRIVATE_KEY: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }}
0 commit comments