Skip to content

Commit

Permalink
chore(api): fix key command generation
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Feb 3, 2025
1 parent f28b23c commit 6fe3709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build and bump
run: cd ua_generator && BUILD_ENABLED=1 APILAYER_KEY=${{ secrets.APILAYER_KEY }} cargo build
run: cd ua_generator && BUILD_ENABLED=1 APILAYER_KEY="${{ secrets.APILAYER_KEY }}" cargo build
- uses: EndBug/add-and-commit@v9
with:
message: "chore(agents): update agent list to latest"
Expand Down

0 comments on commit 6fe3709

Please sign in to comment.