From 5a3843cf1faf4d059908d14db36fc5f2fefc2432 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 30 Mar 2021 12:36:48 +0200 Subject: [PATCH] WIP --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd4c7c49e..af3de8fc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: tags: - v* jobs: + environment: + name: release # release: # name: Release WebGoat # runs-on: ubuntu-latest @@ -103,6 +105,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + token: ${{ WEBGOAT_DEPLOYER_TOKEN }} with: ref: develop