Skip to content

Commit b549040

Browse files
committed
chore: on push
Signed-off-by: Oleh Astappiev <4512729+astappiev@users.noreply.github.com>
1 parent e94c87f commit b549040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
if-no-files-found: error
3232

3333
deploy:
34+
environment: staging
3435
runs-on: ubuntu-latest
3536
needs: [ build ]
36-
permissions:
37-
actions: read
37+
permissions: write-all
3838
steps:
3939
- uses: appleboy/ssh-action@v1.2.2
4040
with:

0 commit comments

Comments
 (0)