From 94d8137a389cab58bd196d16e3934aa3d17983dd Mon Sep 17 00:00:00 2001 From: Lorenz Woth Date: Fri, 7 Aug 2020 17:36:01 +0200 Subject: [PATCH] Merge GitHub Action fixes into the master-branch (#378) * Equalize branches * Revert "Equalize branches " This reverts commit 0c92e9b5963dd32c75041f4d10ae23473bee2888. * Revert "Merge branch 'master' into develop" This reverts commit 322ba3bf8f673d579e51c0f7b45405c6080a1c9f. * Fix CI Co-authored-by: Julia Joch Co-authored-by: Veladus Co-authored-by: MrHenrik --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75e4c2ab..34c9e5cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,4 +21,6 @@ jobs: with: smalltalk-version: ${{ matrix.smalltalk }} - run: smalltalkci -s ${{ matrix.smalltalk }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} timeout-minutes: 15