Skip to content

Commit

Permalink
ci: use PACKAGECLOUD_TOKEN secret
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Jan 28, 2025
1 parent 2a30e21 commit 9291a2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
packagecloud:
runs-on: ubuntu-24.04
secrets:
steps:
- uses: actions/checkout@v4

Expand All @@ -25,5 +26,7 @@ jobs:

- name: Run packagecloudpruner
working-directory: ci/cmd/packagecloudpruner
env:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
run: >-
go run .

0 comments on commit 9291a2e

Please sign in to comment.