Skip to content

Commit

Permalink
ci: try with workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Jul 6, 2024
1 parent c399e24 commit 3c0cab2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:
contents: read
pages: write
id-token: write
actions: write

concurrency:
group: deployment
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Main
on:
push:

permissions:
actions: write

defaults:
run:
shell: bash
Expand Down Expand Up @@ -40,7 +43,7 @@ jobs:
- name: Running cspell
uses: streetsidesoftware/cspell-action@v5
with:
config: '.github/linters/cspell.json'
config: ".github/linters/cspell.json"
# Log progress and other information during the action execution.
verbose: true
# Determines if the action should be failed
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:

permissions:
pull-requests: write
actions: write

env:
PULL_REQUEST_TITLE: "fix(deps): upgrade dependencies [auto]"
Expand Down

0 comments on commit 3c0cab2

Please sign in to comment.