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:
parent
3e02046a52
commit
dbd9e38b5d
3
.github/workflows/latest-bitcoind.yml
vendored
3
.github/workflows/latest-bitcoind.yml
vendored
@ -5,6 +5,9 @@ on:
|
||||
# Run at midnight on Sunday and Wednesday.
|
||||
- cron: '0 0 * * 0,3'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
|
||||
regression-tests:
|
||||
|
Loading…
Reference in New Issue
Block a user