Skip to content

Commit 3c0cab2

Browse files
committed
ci: try with workaround
actions/stale#1090
1 parent c399e24 commit 3c0cab2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/deployment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
contents: read
1414
pages: write
1515
id-token: write
16+
actions: write
1617

1718
concurrency:
1819
group: deployment

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Main
33
on:
44
push:
55

6+
permissions:
7+
actions: write
8+
69
defaults:
710
run:
811
shell: bash
@@ -40,7 +43,7 @@ jobs:
4043
- name: Running cspell
4144
uses: streetsidesoftware/cspell-action@v5
4245
with:
43-
config: '.github/linters/cspell.json'
46+
config: ".github/linters/cspell.json"
4447
# Log progress and other information during the action execution.
4548
verbose: true
4649
# Determines if the action should be failed

.github/workflows/upgrade.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515

1616
permissions:
1717
pull-requests: write
18+
actions: write
1819

1920
env:
2021
PULL_REQUEST_TITLE: "fix(deps): upgrade dependencies [auto]"

0 commit comments

Comments
 (0)