From 2d5ba861648b65e1343bedc3c4aba2f4e4d39b9e Mon Sep 17 00:00:00 2001 From: Jonathan Edey Date: Fri, 19 Jan 2024 14:10:35 -0500 Subject: [PATCH] fix typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f62d5b0a..60cd9f457 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: runs-on: ubuntu-latest permissions: - # Used to create a short-lived OICD token which is given to PyPi to identify this workflow job + # Used to create a short-lived OIDC token which is given to PyPi to identify this workflow job # See: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings # and https://docs.pypi.org/trusted-publishers/using-a-publisher/ id-token: write