Skip to content

Commit

Permalink
Fixing broken Bearer token in AQL curl in create-release-candidate-…
Browse files Browse the repository at this point in the history
…bundle.yml
  • Loading branch information
tomjfrog committed Aug 17, 2024
1 parent 003e413 commit 3a37913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release-candidate-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
BUILD_NAME: ${{ github.repository }}
RELEASE_BUNDLE_SIGNING_KEY: ${{ secrets.RELEASE_BUNDLE_SIGNING_KEY }}
JFROG_BUILD_STATUS: PASS
JFROG_CLI_AVOID_NEW_VERSION_WARNING: true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
id: build_query_result
env:
COMMIT_SHA: ${{ steps.tag_commit_sha.outputs.COMMIT_SHA }}
JF_ACCESS_TOKEN: ${{ steps.setup-jfrog-cli.outputs.oidc-token }}
run: |
{
echo 'QUERY_RESULT<<EOF'
Expand Down

0 comments on commit 3a37913

Please sign in to comment.