-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update canonical/charming-actions action to v2.2.5 (#128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1cc531c
commit ff9d2b3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Check libs | ||
uses: canonical/charming-actions/[email protected].3 | ||
uses: canonical/charming-actions/[email protected].5 | ||
with: | ||
# FIXME: CHARMHUB_TOKEN will expire in 2024-01-20 | ||
# NOTE: CHARMHUB_TOKEN is only allowed in latest/edge, latest/candidate | ||
|
@@ -41,7 +41,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Upload charm to charmhub | ||
uses: canonical/charming-actions/[email protected].3 | ||
uses: canonical/charming-actions/[email protected].5 | ||
with: | ||
credentials: "${{ secrets.CHARMHUB_TOKEN }}" | ||
github-token: "${{ secrets.GITHUB_TOKEN }}" | ||
|