From 84c8a2a6a6ffb6ead226609d874611d6a86ca21d Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 11 Jan 2023 17:41:15 +0100 Subject: [PATCH] devel --- .github/workflows/devel.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index 0d56c10b78..171a65abe0 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -52,13 +52,10 @@ env: DOCKER_REPOSITORY_PASSWORD: ${{ secrets.DOCKER_REPOSITORY_PASSWORD }} DOCKER_REPOSITORY_STORYBOOK: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/storybook" DOCKER_REPOSITORY: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/demo-shell" - NPM_REGISTRY_ADDRESS: ${{ secrets.NPM_REGISTRY_ADDRESS }} - NPM_REGISTRY_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} jobs: run-git-tag: - uses: ./.github/workflows/git-tag.yml + uses: ./.github/workflows/pull-request.yml secrets: inherit with: dry-run-release: true