mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 05:05: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'
|
- 'filter_bitchat_relays.sh'
|
||||||
- 'relays_geo_lookup.sh'
|
- 'relays_geo_lookup.sh'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-relay-data:
|
update-relay-data:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user