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: permissions:
contents: read contents: read
deployments: write deployments: write
name: publish surplus Documentation
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27 - uses: cachix/install-nix-action@v27

View file

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

View file

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

View file

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