From 2c9c4ea0727bbaed69152a26935f95f08cf4f915 Mon Sep 17 00:00:00 2001 From: Jamie Howard Date: Tue, 9 Jul 2024 15:28:47 +0100 Subject: [PATCH] chore: use the default github secret for changeset --- .changeset/config.json | 2 +- .changeset/slimy-shirts-cover.md | 7 +++++++ .github/workflows/release.yml | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .changeset/slimy-shirts-cover.md diff --git a/.changeset/config.json b/.changeset/config.json index 7fcc8f208..ba0ab1bc8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,7 +3,7 @@ "commit": false, "changelog": ["@changesets/changelog-github", { "repo": "strapi/design-system" }], "access": "public", - "baseBranch": "develop", + "baseBranch": "main", "fixed": [["@strapi/*"]], "ignore": ["@strapi/design-system-docs"], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { diff --git a/.changeset/slimy-shirts-cover.md b/.changeset/slimy-shirts-cover.md new file mode 100644 index 000000000..b1a4e3128 --- /dev/null +++ b/.changeset/slimy-shirts-cover.md @@ -0,0 +1,7 @@ +--- +'@strapi/design-system': patch +'@strapi/icons': patch +'@strapi/ui-primitives': patch +--- + +change github action to use default github secret diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c0f46d89..f906e2877 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,10 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} +permissions: + contents: write + pull-requests: write + jobs: release: name: Release @@ -49,7 +53,7 @@ jobs: commit: 'chore: version packages for release' title: 'chore: version packages for release' env: - GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} find_package_version: