Skip to content

Commit

Permalink
[Scheduled] Update dependencies (#4)
Browse files Browse the repository at this point in the history
Dependencies updated

Note - If you see this PR and the checks haven't run, close and reopen
the PR. See
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs

---------

Co-authored-by: dbarrosop <[email protected]>
Co-authored-by: David Barroso <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2024
1 parent 01b486b commit 9ae747f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push_build_devShells.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
artifacts:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 240

permissions:
id-token: write
Expand All @@ -33,6 +33,7 @@ jobs:
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PRODUCTION_CORE_ACCOUNT_ID }}:role/github-actions-nhost-${{ github.event.repository.name }}
aws-region: eu-central-1
role-duration-seconds: 10800

- uses: nixbuild/nix-quick-install-action@v26
with:
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
region: "eu-central-1"
availability-zone: "eu-central-1c"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
valid-hours: 4
if: ${{ ( matrix.platform == 'aarch64' ) && steps.verify-build.outputs.BUILD_NEEDED == 'yes' }}

- name: "Setup nix-remote-builder in nix.conf"
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ae747f

Please sign in to comment.