diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 9d7ec3f..42ab79c 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -1,7 +1,7 @@ name: Build and push Docker image permissions: - contents: read - + contents: write + on: push: tags: diff --git a/.github/workflows/auto-fix-lint-format-commit.yml b/.github/workflows/auto-fix-lint-format-commit.yml index e053cfa..87b148d 100644 --- a/.github/workflows/auto-fix-lint-format-commit.yml +++ b/.github/workflows/auto-fix-lint-format-commit.yml @@ -1,6 +1,6 @@ name: Auto Fix Lint and Format permissions: - contents: read + contents: write pull-requests: write on: