mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
maint: set base permissions for all workflows
This commit is contained in:
2
.github/workflows/devcontainer-build.yml
vendored
2
.github/workflows/devcontainer-build.yml
vendored
@@ -17,6 +17,8 @@ concurrency:
|
|||||||
group: "${{ github.workflow }}"
|
group: "${{ github.workflow }}"
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|||||||
3
.github/workflows/packages-cleanup.yml
vendored
3
.github/workflows/packages-cleanup.yml
vendored
@@ -28,6 +28,9 @@ on:
|
|||||||
env:
|
env:
|
||||||
PACKAGE_NAME: "freqtrade"
|
PACKAGE_NAME: "freqtrade"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-docker:
|
deploy-docker:
|
||||||
name: "Delete Packages"
|
name: "Delete Packages"
|
||||||
|
|||||||
Reference in New Issue
Block a user