From 1712dff77009260a752726690b9bca44c7cbae4a Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Tue, 27 Aug 2024 13:53:30 +0200 Subject: [PATCH] Use obltmachine for tagging in the release workflow --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5579b810..cd1d2997 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: elastic/apm-pipeline-library/.github/actions/setup-git@current + token: ${{ secrets.RELEASE_GITHUB_TOKEN }} + + - uses: elastic/oblt-actions/git/setup@v1 + with: + github-token: ${{ secrets.RELEASE_GITHUB_TOKEN }} - run: npm ci # runs npm prepublish - name: configure NPMJS token