Skip to content

Commit fc12ecc

Browse files
ci(release): use appropriate token for the bot (#280)
1 parent 8bbd41a commit fc12ecc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
uses: actions/checkout@v4
170170
with:
171171
fetch-depth: 0
172+
token: ${{ steps.github-app-token.outputs.token }}
172173

173174
- name: Download Charm artifact
174175
uses: actions/download-artifact@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/canonical/cs.canonical.com"
6+
"url": "git@github.com:canonical/cs.canonical.com.git"
77
},
88
"author": "Canonical Webteam",
99
"license": "MIT",

0 commit comments

Comments
 (0)