From 67682fafe2ee6fd2c81da78f0290b2ae5f5c492e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=9F=D1=80=D1=83=D1=81=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Wed, 10 May 2023 03:23:43 +0300 Subject: [PATCH] upd yaml --- .github/workflows/swift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 26e7f5a..30eef1f 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -1,11 +1,11 @@ -name: Swift +name: Deploy website # This workflow is triggered on pushes to the repository. on: push: branches: [ main ] -permission: +permissions: contents: write env: @@ -13,7 +13,7 @@ env: jobs: build: - name: Deploy Blog + name: Deploy AdaEngine Website runs-on: macos-latest