Skip to content

Commit

Permalink
ci/cd: fix permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
markjoshwel committed Jun 18, 2024
1 parent 3f6327a commit 30815f0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
permissions:
contents: read
deployments: write
name: publish surplus Documentation
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-spow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:

- run: |
cd src/spow-whatsapp-bridge
nix develop --command ./check.sh
nix develop --command sh check.sh
2 changes: 1 addition & 1 deletion .github/workflows/ci-telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:

- run: |
cd src/spow-telegram-bridge
nix develop --command ./check.sh
nix develop --command sh check.sh
2 changes: 1 addition & 1 deletion .github/workflows/ci-whatsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:

- run: |
cd src/spow-whatsapp-bridge
nix develop --command ./check.sh
nix develop --command sh check.sh

0 comments on commit 30815f0

Please sign in to comment.