Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rockset migration - update queue times - set aws permissions in workflow #5411

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented Jul 9, 2024

Copy link

vercel bot commented Jul 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
torchci ⬜️ Ignored (Inspect) Visit Preview Jul 9, 2024 5:30pm

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 9, 2024
@clee2000 clee2000 marked this pull request as ready for review July 9, 2024 17:18
@clee2000 clee2000 requested a review from a team July 9, 2024 17:18
@@ -14,6 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- name: configure aws credentials
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, it's really easy to miss the id-token: write part :)

@clee2000 clee2000 requested a review from huydhn July 9, 2024 17:31
@clee2000 clee2000 merged commit 0f0ff39 into main Jul 9, 2024
5 checks passed
steps:
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- name: configure aws credentials
id: aws_creds
uses: aws-actions/[email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 1.7.0 version?

Copy link
Contributor

@huydhn huydhn Jul 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, we couldn't use v4 because of Node 20, but v3 works fine #4869 (instead of 1.7.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants