ci/cd: fix permission issue

This commit is contained in:
Mark Joshwel 2024-06-19 01:46:17 +08:00
parent 3f6327a134
commit 30815f08b8
4 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -19,4 +19,4 @@ jobs:
- run: |
cd src/spow-whatsapp-bridge
nix develop --command ./check.sh
nix develop --command sh check.sh

View file

@ -19,4 +19,4 @@ jobs:
- run: |
cd src/spow-telegram-bridge
nix develop --command ./check.sh
nix develop --command sh check.sh

View file

@ -19,4 +19,4 @@ jobs:
- run: |
cd src/spow-whatsapp-bridge
nix develop --command ./check.sh
nix develop --command sh check.sh