We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbd41a commit fc12eccCopy full SHA for fc12ecc
.github/workflows/release.yaml
@@ -169,6 +169,7 @@ jobs:
169
uses: actions/checkout@v4
170
with:
171
fetch-depth: 0
172
+ token: ${{ steps.github-app-token.outputs.token }}
173
174
- name: Download Charm artifact
175
uses: actions/download-artifact@v4
package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.1",
4
"repository": {
5
"type": "git",
6
- "url": "https://github.com/canonical/cs.canonical.com"
+ "url": "git@github.com:canonical/cs.canonical.com.git"
7
},
8
"author": "Canonical Webteam",
9
"license": "MIT",
0 commit comments