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