Skip to content

Commit

Permalink
set PACKAGECLOUD_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Oct 25, 2024
1 parent c11bc62 commit 7752295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_reusable_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ jobs:

- name: Wait for Packagecloud packages to be indexed
if: runner.os == 'Linux'
env:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
run: >
packagecloud search sumologic/ci-builds
--query ${{ inputs.otc_version }}-${{ inputs.otc_build_number }}
Expand Down

0 comments on commit 7752295

Please sign in to comment.