parent
00b1ad5b45
commit
76edd69587
|
@ -17,12 +17,11 @@ defaults:
|
||||||
# to improve debugging some of the longer scripts.
|
# to improve debugging some of the longer scripts.
|
||||||
shell: /bin/bash -o errexit -o pipefail -o xtrace {0}
|
shell: /bin/bash -o errexit -o pipefail -o xtrace {0}
|
||||||
|
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
permissions:
|
|
||||||
contents: write # for git push
|
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue