diff --git a/.github/workflows/publishWorkflow.yml b/.github/workflows/publishWorkflow.yml index 522a2a9..55df847 100644 --- a/.github/workflows/publishWorkflow.yml +++ b/.github/workflows/publishWorkflow.yml @@ -16,12 +16,12 @@ jobs: bun-version: "1.1.37" - uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: ${{ vars.AWS_IAM_ROLE_ARN }} aws-region: ${{ vars.AWS_REGION }} + role-to-assume: ${{ vars.AWS_IAM_ROLE_ARN }} - uses: aws-actions/aws-secretsmanager-get-secrets@v2 with: - secret-ids: | - NPM_USER_ACCESS_TOKEN,${{ vars.NPM_USER_ACCESS_TOKEN }} + parse-json-secrets: true + secret-ids: NPM_USER,${{ vars.NPM_USER_SECRET_ARN }} - uses: mangs/simple-release-notes-action@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d209f..0902e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.4 + +- Change how NPM user access token is being added into our GitHub Actions workflow environment +- Upgrade dependencies to latest versions + ## 1.0.3 - Fix improper GitHub Actions workflow variable: `vars.NPM_USER_ACCESS_TOKEN_SECRET_ARN` -> `vars.NPM_USER_ACCESS_TOKEN` diff --git a/bun.lockb b/bun.lockb index 5de216a..facfe72 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a96da95..1342be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@babbel/stylelint-config", - "version": "1.0.3", + "version": "1.0.4", "author": "Eric L. Goldstein ", "description": "Hierarchical Stylelint configuration collection that intends to be simple to use, layered, and shared with others", "keywords": [ @@ -48,9 +48,9 @@ }, "devDependencies": { "@mangs/bun-utils": "2.33.2", - "marked": "15.0.2", + "marked": "15.0.3", "prettier": "3.4.1", - "stylelint": "16.10.0" + "stylelint": "16.11.0" }, "peerDependencies": { "stylelint": ">=16.0.0"