We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2d02e commit a88cd98Copy full SHA for a88cd98
.github/workflows/cron.yml
@@ -36,7 +36,7 @@ jobs:
36
APILAYER_KEY: ${{ secrets.APILAYER_KEY }}
37
run: |
38
cd ua_generator
39
- BUILD_ENABLED=1 cargo build
+ BUILD_ENABLED=1 APILAYER_KEY=${{ secrets.APILAYER_KEY }} cargo build
40
41
- name: Bump patch for ua_generator
42
id: bump
@@ -65,7 +65,7 @@ jobs:
65
env:
66
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
67
68
- run: cargo release -p ua_generator --execute --no-confirm
+ run: APILAYER_KEY=${{ secrets.APILAYER_KEY }} cargo release -p ua_generator --execute --no-confirm
69
70
# - name: Push tags
71
# run: git push --atomic origin HEAD --follow-tags
0 commit comments