From db3cd1e806490dcb45a485a8b756520c922c32a0 Mon Sep 17 00:00:00 2001 From: renebarbosafl <70078638+renebarbosafl@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:50:40 -0300 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5c88201d7..5bef911ff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,12 +12,15 @@ on: jobs: publish: runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v23 + uses: cachix/install-nix-action@v25 with: extra_nix_config: | allowed-uris = ${{ env.ALLOWED_URIS }} @@ -57,4 +60,4 @@ jobs: docker push $IMAGE_ID:$TAG } tagAndPush "marlowe-playground-server" - tagAndPush "marlowe-playground-client" \ No newline at end of file + tagAndPush "marlowe-playground-client"