Skip to content

Commit defeb11

Browse files
committed
ci: Use GitHub environment for publishing workflow
Once merged, we need to change the corresponding Trusted Publisher setting on npm side to use this environment
1 parent b20b5ca commit defeb11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
runs-on: ubuntu-24.04
2727
permissions:
2828
id-token: write # Required for trusted publishing via OIDC (https://docs.npmjs.com/trusted-publishers)
29+
# The GitHub Actions Environment configured for the trusted publisher
30+
environment: npmjs:@ui5/linter
2931
steps:
3032
- name: Checkout
3133
uses: actions/checkout@v6

0 commit comments

Comments
 (0)