diff --git a/.github/workflows/behave_pull_request.yml b/.github/workflows/behave_pull_request.yml index a78f679f9b..5339d97d04 100644 --- a/.github/workflows/behave_pull_request.yml +++ b/.github/workflows/behave_pull_request.yml @@ -198,6 +198,8 @@ jobs: deploy: name: Deploy Reports runs-on: ubuntu-latest + permissions: + contents: write needs: report steps: # Download Full Artifacts diff --git a/.github/workflows/behave_schedule.yml b/.github/workflows/behave_schedule.yml index 4729a95121..eb470a38a2 100644 --- a/.github/workflows/behave_schedule.yml +++ b/.github/workflows/behave_schedule.yml @@ -180,6 +180,8 @@ jobs: deploy: name: Deploy Reports runs-on: ubuntu-latest + permissions: + contents: write needs: report steps: # Download Full Artifacts diff --git a/uk_bin_collection/uk_bin_collection/councils/ArdsAndNorthDownCouncil.py b/uk_bin_collection/uk_bin_collection/councils/ArdsAndNorthDownCouncil.py index 19f4ea0652..29fd32433c 100644 --- a/uk_bin_collection/uk_bin_collection/councils/ArdsAndNorthDownCouncil.py +++ b/uk_bin_collection/uk_bin_collection/councils/ArdsAndNorthDownCouncil.py @@ -6,7 +6,6 @@ from uk_bin_collection.uk_bin_collection.common import * from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass - class CouncilClass(AbstractGetBinDataClass): """ Concrete classes have to implement all abstract operations of the