1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 09:54:02 +01:00

Add explicit github permissions to bitcoin core build (#2200)

The workflow that tests eclair against bitcoin's master branch
doesn't need more permissions than reading the repository's
code and building it.
This commit is contained in:
arjundashrath 2022-03-25 16:13:34 +05:30 committed by GitHub
parent 3e02046a52
commit dbd9e38b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ on:
# Run at midnight on Sunday and Wednesday.
- cron: '0 0 * * 0,3'
permissions:
contents: read
jobs:
regression-tests: