From 75478a21f66488f8e7df79c8b0f883d8b7ac5806 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 13 Sep 2024 12:43:27 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 1df5a3d8..a989673d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -104,4 +104,4 @@ jobs: bettercap_*.zip bettercap_*.sha256 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file