From 0585c210e0d680ea99fa245c6db9cd62dd8b42a0 Mon Sep 17 00:00:00 2001 From: alexafshar Date: Tue, 6 Sep 2022 20:43:29 -0400 Subject: [PATCH] fix secrets issue preventing uploading artifacts to release page --- .github/workflows/create_platform_bundles.yml | 4 ++-- VERSION | 2 +- input/thresholds/DefaultThresholds.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_platform_bundles.yml b/.github/workflows/create_platform_bundles.yml index 23a96ee..49bc931 100644 --- a/.github/workflows/create_platform_bundles.yml +++ b/.github/workflows/create_platform_bundles.yml @@ -28,7 +28,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: ./*.tgz - token: ${{ secrets.WORKFLOW_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Keep workflow artifact within the current workflow namespace uses: actions/upload-artifact@v3 with: @@ -69,7 +69,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: dist/${{ steps.install_it.outputs.bundle_name }} - token: ${{ secrets.WORKFLOW_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Keep workflow artifact within the current workflow namespace uses: actions/upload-artifact@v3 with: diff --git a/VERSION b/VERSION index 1097bab..0fa909e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.5.8 +v1.5.9 diff --git a/input/thresholds/DefaultThresholds.json b/input/thresholds/DefaultThresholds.json index 709ecab..2cd332d 100644 --- a/input/thresholds/DefaultThresholds.json +++ b/input/thresholds/DefaultThresholds.json @@ -1,5 +1,5 @@ { - "version": "v1.5.8", + "version": "v1.5.9", "apm": { "AppAgentsAPM": { "platinum": {