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 9bcc19e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-pre-release-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,14 @@ jobs:
if: ${{ needs.determine.outputs.preRelease }} != ''
with:
branches: ${{ needs.determine.outputs.gitBranch }}
env:
CHARMCRAFT_AUTH : ${{ secrets.CHARMCRAFT_AUTH }}
LPCREDS_B64: ${{ secrets.LP_CREDS }}
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 9bcc19e

Please sign in to comment.