Skip to content

Commit

Permalink
Pass lp credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 committed Dec 19, 2024
1 parent deec88a commit e2ac086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-pre-release-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
branches: ${{ needs.determine.outputs.gitBranch }}
clean-obsolete:
runs-on: ubuntu-latest
env:
CHARMCRAFT_AUTH : ${{ secrets.CHARMCRAFT_AUTH }}
LPCREDS_B64: ${{ secrets.LP_CREDS }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e2ac086

Please sign in to comment.