Skip to content

Commit c4429dd

Browse files
committed
chore(ci): fix incorrect secret access
1 parent 7d5d620 commit c4429dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
with:
1010
release: true
1111
secrets:
12-
DS_RELEASE_BOT_ID: ${{ DS_RELEASE_BOT_ID }}
13-
DS_RELEASE_BOT_PRIVATE_KEY: ${{ DS_RELEASE_BOT_PRIVATE_KEY }}
12+
DS_RELEASE_BOT_ID: ${{ secrets.DS_RELEASE_BOT_ID }}
13+
DS_RELEASE_BOT_PRIVATE_KEY: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)