-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix 503 error from opencollective #4214
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
fix 503 error from opencollective #4214
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/webpack-docs/webpack-js-org/noz4x80yh |
transactions(limit: $limit, offset: $offset, includeIncognitoTransactions: false) { | ||
nodes { | ||
// only query transactions in last year | ||
const transactionsGraphqlQuery = `query transactions($dateFrom: ISODateTime, $limit: Int, $offset: Int) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now we query only data in last year.
@@ -42,6 +42,7 @@ jobs: | |||
uses: JamesIves/[email protected] | |||
with: | |||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |||
OPENCOLLECTIVE_API_KEY: ${{ secrets.OPENCOLLECTIVE_API_KEY }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which account holds this key?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No longer used, could be removed. PR here #4390
closes #4211