From 3300c47c034d7b14671702b4c27104d9eda6e528 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 30 Mar 2021 16:03:57 +0200 Subject: [PATCH] WIP --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dfb4577d..e235a5f20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: - uses: actions/checkout@v2 with: ref: develop - token: {{ secret.WEBGOAT_DEPLOYER_TOKEN }} + token: ${{ secrets.WEBGOAT_DEPLOYER_TOKEN }} - name: Set up JDK 11 uses: actions/setup-java@v1