mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 22:45:18 +00:00
Fix GitHub Actions permissions for automated commits
- Add permissions: contents: write to workflow - This should resolve the 403 permission error when pushing changes
This commit is contained in:
@@ -13,6 +13,9 @@ on:
|
||||
- 'filter_bitchat_relays.sh'
|
||||
- 'relays_geo_lookup.sh'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
update-relay-data:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user