Skip to content

Commit

Permalink
Add permissions for default token
Browse files Browse the repository at this point in the history
  • Loading branch information
astley92 committed Feb 27, 2024
1 parent 423f42d commit 7785f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_bank_branch_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
update_bank_branch_data:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7785f49

Please sign in to comment.