Skip to content

Commit 27d331d

Browse files
authored
Merge pull request #5 from LuisFerLCC/gh-config
Fix GitHub Actions permissions
2 parents 520e95c + 3e0756a commit 27d331d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/syncLabels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010

1111
workflow_dispatch:
1212

13+
permissions:
14+
contents: read
15+
issues: write
16+
1317
jobs:
1418
sync:
1519
name: Sync labels

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"[json][jsonc][markdown]": {
2+
"[json][jsonc][markdown][yaml]": {
33
"editor.defaultFormatter": "esbenp.prettier-vscode"
44
},
55
"vscord.app.privacyMode.enable": true

0 commit comments

Comments
 (0)