Skip to content

Commit 880ba6e

Browse files
authored
Merge pull request #7070 from alphagov/reword-comment
Make comments more accurate
2 parents 85096ee + 0b79e67 commit 880ba6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-npm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
environment: ${{ inputs.environment == 'production' && 'production' || null }}
2020
permissions:
21-
id-token: write # Used when [generating provenance statements](https://docs.npmjs.com/generating-provenance-statements)
21+
id-token: write # required for Trusted publishing (https://docs.npmjs.com/trusted-publishers)
2222

2323
steps:
2424
- name: Checkout
@@ -59,7 +59,7 @@ jobs:
5959
path: ${{steps.pack.outputs.ARCHIVE_FILE_PATH}}
6060
archive: false # file is already compressed
6161

62-
# Publish the package using [trusted-publishing](https://docs.npmjs.com/trusted-publishers)
62+
# Publish the package using Trusted publishing (https://docs.npmjs.com/trusted-publishers)
6363
- name: Publish to npm
6464
if: inputs.environment == 'production'
6565
run: npm publish --workspace govuk-frontend --tag ${{steps.generate_tag.outputs.NPM_TAG}}

0 commit comments

Comments
 (0)