Skip to content

Commit

Permalink
chore: fix role to assume in gen update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Mar 1, 2024
1 parent 4484269 commit d7d961c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gen_schedule_update_deps.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: "gen: update depenendencies"
on:
push:
schedule:
- cron: '0 2 1 * *'

Expand All @@ -22,7 +23,7 @@ jobs:
- name: Configure aws
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PRODUCTION_CORE_ACCOUNT_ID }}:role/github-actions-nhost-be
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

- uses: nixbuild/nix-quick-install-action@v26
Expand Down

0 comments on commit d7d961c

Please sign in to comment.