diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4426e8..1e81923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ on: branches: - '**' #every branch +permissions: {} + jobs: setup: runs-on: ubuntu-24.04 diff --git a/.github/workflows/release-dev-version.yml b/.github/workflows/release-dev-version.yml index 2a77963..eeb9860 100644 --- a/.github/workflows/release-dev-version.yml +++ b/.github/workflows/release-dev-version.yml @@ -4,9 +4,11 @@ on: workflow_dispatch: inputs: version: - description: 'Version' + description: 'Version' required: true +permissions: {} + jobs: setup: diff --git a/.github/workflows/release-productive-version.yml b/.github/workflows/release-productive-version.yml index 40dc238..68e4360 100644 --- a/.github/workflows/release-productive-version.yml +++ b/.github/workflows/release-productive-version.yml @@ -4,9 +4,11 @@ on: workflow_dispatch: inputs: version: - description: 'Version' + description: 'Version' required: true +permissions: {} + jobs: setup: