Skip to content

Commit 186c451

Browse files
authored
Update action permissions (#9)
1 parent 2cfdf2a commit 186c451

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailosinc/grafanaplugin-map-panel",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Visualize image files for indoor maps.",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

src/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"name": "Indoor Map screenshot", "path": "img/screenshot.png"
2222
}
2323
],
24-
"version": "1.2.1",
24+
"version": "1.2.2",
2525
"updated": "2023-07-25"
2626
},
2727
"dependencies": {

0 commit comments

Comments
 (0)