Skip to content

Commit 820848f

Browse files
committed
ci: Fix CI
1 parent bb0ee31 commit 820848f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
permissions:
1717
id-token: write
18-
contents: read
18+
contents: write
1919
jobs:
2020
build:
2121
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/OpenGeoscience/geojs"
12+
"url": "https://github.com/OpenGeoscience/geojs.git"
1313
},
1414
"dependencies": {
1515
"canvas": "^3.0.0",

0 commit comments

Comments
 (0)