From 191d7c2e3b5e2ef5c8b45e55a1d935c55f03bc35 Mon Sep 17 00:00:00 2001 From: Micah Gale Date: Wed, 10 Jan 2024 15:10:35 -0600 Subject: [PATCH] Helps when you read the "mandatory" warning in the guide. --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2da81c5b..c6fef841 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -142,6 +142,9 @@ jobs: name: test-pypi url: https://test.pypi.org/p/montepy # Replace with your PyPI project name needs: [deploy-pages, build] + permissions: + contents: read + id-token: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v4