diff --git a/.github/workflows/ci_tests_run_notebooks.yml b/.github/workflows/ci_tests_run_notebooks.yml index b2b6dafb..68ecf4b1 100644 --- a/.github/workflows/ci_tests_run_notebooks.yml +++ b/.github/workflows/ci_tests_run_notebooks.yml @@ -11,6 +11,9 @@ on: - cron: '0 5 * * 1' workflow_dispatch: +permissions: + contents: read + jobs: tests: name: ${{ matrix.os }} ${{ matrix.name }} diff --git a/.github/workflows/circleci-artifacts-redirector.yml b/.github/workflows/circleci-artifacts-redirector.yml index f24efe72..be06f6fb 100644 --- a/.github/workflows/circleci-artifacts-redirector.yml +++ b/.github/workflows/circleci-artifacts-redirector.yml @@ -1,5 +1,8 @@ name: Run CircleCI artifacts redirector for rendered HTML on: [status] +permissions: + contents: read + jobs: circleci_artifacts_redirector_job: runs-on: ubuntu-latest