From fbf0d15afc62f6ab7036b167cedba3a8e44b940f Mon Sep 17 00:00:00 2001 From: Andrew Pulsipher Date: Mon, 7 Oct 2024 13:45:15 -0600 Subject: [PATCH] Add additional permissions --- .github/workflows/run-forecast.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-forecast.yml b/.github/workflows/run-forecast.yml index a72345d..741a876 100644 --- a/.github/workflows/run-forecast.yml +++ b/.github/workflows/run-forecast.yml @@ -34,13 +34,17 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: ghcr.io/epiforesite/epiworld-forecasts + permissions: + contents: write # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out repository under $GITHUB_WORKSPACE, so the job can access it - uses: actions/checkout@v4 - # Installs quarto - - uses: quarto-dev/quarto-actions/setup@v2 + + # Installs Quarto + - name: Setup Quarto + uses: quarto-dev/quarto-actions/setup@v2 # # Setting up the environment # - name: Setup GitHub Pages