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:
lollerfirst
2025-08-24 17:48:25 +02:00
parent 6c4b0d7ed3
commit ae6d5eadd8
+3
View File
@@ -13,6 +13,9 @@ on:
- 'filter_bitchat_relays.sh'
- 'relays_geo_lookup.sh'
permissions:
contents: write
jobs:
update-relay-data:
runs-on: ubuntu-latest