From 78433292b106fc1a3f9306975121525e46a3676d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 6 Sep 2023 10:49:49 +0200 Subject: [PATCH] ci(dist): Use deployment environment to build dist assets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/update-node-dist.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-node-dist.yml b/.github/workflows/update-node-dist.yml index 6358f7e37ca..651a91b3737 100644 --- a/.github/workflows/update-node-dist.yml +++ b/.github/workflows/update-node-dist.yml @@ -6,7 +6,6 @@ on: branches: # implemented since 28, once branched off, add your stable branch here - main - # - ci/node-dist-workflow # - stable28 concurrency: @@ -16,10 +15,13 @@ concurrency: jobs: update-node-dist: runs-on: ubuntu-latest + environment: update-node-dist steps: - name: Checkout uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + with: + token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: Read package.json node and npm engines version uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.1