Skip to content

Commit 376a848

Browse files
committed
ci: remove unused step IDs and fix stale permission comments
1 parent ecee684 commit 376a848

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/manual-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
ssm_parameter_pairs: "/production/common/releasing/pypi/token = PYPI_AUTH_TOKEN"
3333

3434
- uses: ./.github/actions/build
35-
id: build
3635

3736
- name: Publish package distributions to PyPI
3837
if: ${{ format('{0}', inputs.dry_run) == 'false' }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
id-token: write # Needed if using OIDC to get release secrets.
12-
contents: write # Contents and pull-requests are for release-please to make releases.
12+
contents: write # Needed for release-please to create releases.
1313
pull-requests: write
1414
attestations: write # Needed for artifact attestations
1515
steps:
@@ -38,7 +38,6 @@ jobs:
3838
ssm_parameter_pairs: "/production/common/releasing/pypi/token = PYPI_AUTH_TOKEN"
3939

4040
- uses: ./.github/actions/build
41-
id: build
4241
if: ${{ steps.release.outputs.releases_created == 'true' }}
4342

4443
- uses: ./.github/actions/build-docs

0 commit comments

Comments
 (0)