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

FW-262: Fix GHA #33

Merged
merged 2 commits into from
Feb 27, 2024
Merged

FW-262: Fix GHA #33

merged 2 commits into from
Feb 27, 2024

Conversation

astley92
Copy link
Member

@astley92 astley92 commented Feb 27, 2024

Our default permissions are no longer permissive enough to allow PR's to be created so defining them explicitly.
Also allowing the workflow to be run manually and bumping some action versions

@astley92 astley92 requested review from zubin, chrisixion, aathithya-zepto and a team and removed request for a team February 27, 2024 01:38
Copy link
Collaborator

@zubin zubin left a comment

Choose a reason for hiding this comment

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

Thanks for this! 💯

One non-blocking question.

@@ -3,9 +3,13 @@ name: Update bank/branch data
on:
schedule:
- cron: "0 1 * * *" # 1am UTC
workflow_dispatch:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this need to be present? Seems unusual to have an empty object.

Copy link
Member Author

Choose a reason for hiding this comment

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

Just added this to allow us to trigger it manually through the github UI. Will help me test that this works too. From some examples I've seen this is how to enable this trigger when there are others. Will triple but happy to remove after we've tested if we'd prefer 👍

@astley92 astley92 merged commit a425314 into main Feb 27, 2024
2 checks passed
@astley92 astley92 deleted the ba/fix-gha branch February 27, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants