mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding csp update
This commit is contained in:
parent
5bc424796a
commit
7f600a0cbf
10 changed files with 37 additions and 53 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -22,16 +22,6 @@ jobs:
|
|||
with:
|
||||
node-version: 20.18.0
|
||||
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v2
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
|
||||
aws-region: ${{ env.AWS_REGION }}
|
||||
|
||||
- name: Push build to R2
|
||||
run: aws s3 sync ./docs s3://${{ vars.BUILDS_BUCKET_NAME }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue