Skip to content

Commit

Permalink
Pass hub context
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 19, 2024
1 parent bb977ab commit 86f1bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
script: |
const path = require("path");
const { script } = await import("file://" + path.resolve('./scripts/actions/upload-to-r2.js'));
await script({ context, assetDir: "assets" });
await script({ github, context }, "assets" );
env:
R2_BUCKET: ${{ secrets.R2_BUCKET }}
R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
Expand Down

0 comments on commit 86f1bc6

Please sign in to comment.