diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-06 15:53:11 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-06 15:53:11 -0700 |
commit | b237850c4b64435e26dfb5f12275a16a93e556a8 (patch) | |
tree | ce7d35f895651aff47551af09032d3435534db2b /.github | |
parent | e94eb8fc5c3cf31de2d93e0b60d7b2d7eecb40c4 (diff) | |
download | sncontinue-b237850c4b64435e26dfb5f12275a16a93e556a8.tar.gz sncontinue-b237850c4b64435e26dfb5f12275a16a93e556a8.tar.bz2 sncontinue-b237850c4b64435e26dfb5f12275a16a93e556a8.zip |
fix: :bug: permissions for pypi-deployment step
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e8c69368..65581cf1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,6 +8,8 @@ on: jobs: pypi-deployment: runs-on: ubuntu-20.04 + permissions: + contents: write steps: - name: Check out code uses: actions/checkout@v2 |