From c7cd70a5b6df5701b5e46b4558b82485bc40f953 Mon Sep 17 00:00:00 2001 From: lauramargar <114984466+lauramargar@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:03:07 +0200 Subject: [PATCH] ci: add token to checkout action (#1511) --- .github/workflows/build.yml | 1 + .github/workflows/edocs-dynamic-sync.yml | 1 + .github/workflows/publish-release.yml | 1 + .github/workflows/release-alpha.yml | 1 + packages/x-components/CHANGELOG.md | 4 ++++ packages/x-components/package.json | 2 +- 6 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37280f33cd..050161abfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: - name: checkout repository uses: actions/checkout@v4 with: + token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/edocs-dynamic-sync.yml b/.github/workflows/edocs-dynamic-sync.yml index 75d9f22938..a882582b61 100644 --- a/.github/workflows/edocs-dynamic-sync.yml +++ b/.github/workflows/edocs-dynamic-sync.yml @@ -15,6 +15,7 @@ jobs: - name: Checkout X mono-repo uses: actions/checkout@v4 with: + token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 - name: Get X Components Version id: package-version diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a7058a761a..c8fe346035 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -19,6 +19,7 @@ jobs: - uses: actions/checkout@v4 with: + token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index d5982e87b5..02a2c25cf7 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -20,6 +20,7 @@ jobs: - name: checkout repository uses: actions/checkout@v4 with: + token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 persist-credentials: false diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index 7ebd8196f1..1609758b3a 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.35...@empathyco/x-components@5.0.0-alpha.36) (2024-06-10) + +**Note:** Version bump only for package @empathyco/x-components + ## [5.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.35) (2024-06-07) **Note:** Version bump only for package @empathyco/x-components diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 5e1119a9fc..7dff1eca75 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "5.0.0-alpha.35", + "version": "5.0.0-alpha.36", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",