We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24ffae4 + 724d3e4 commit 3fc00a2Copy full SHA for 3fc00a2
1 file changed
.github/workflows/release-crates.yml
@@ -15,6 +15,10 @@ concurrency:
15
16
env:
17
CARGO_TERM_COLOR: always
18
+ ONDE_APP_ID: ${{ secrets.ONDE_APP_ID }}
19
+ ONDE_APP_SECRET: ${{ secrets.ONDE_APP_SECRET }}
20
+ GRESIQ_API_KEY: ${{ secrets.GRESIQ_API_KEY }}
21
+ GRESIQ_API_SECRET: ${{ secrets.GRESIQ_API_SECRET }}
22
23
jobs:
24
verify:
0 commit comments