-
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.
- Loading branch information
Showing
6 changed files
with
370 additions
and
321 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].2 | ||
uses: canonical/charming-actions/[email protected].3 | ||
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].2 | ||
uses: canonical/charming-actions/[email protected].3 | ||
with: | ||
credentials: "${{ secrets.CHARMHUB_TOKEN }}" | ||
github-token: "${{ secrets.GITHUB_TOKEN }}" | ||
|
Oops, something went wrong.