Skip to content

Commit

Permalink
Add additional permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
apulsipher committed Oct 7, 2024
1 parent 75d313f commit fbf0d15
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run-forecast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbf0d15

Please sign in to comment.