From 54f7a2f825b441bdf76ad2c5af34a6454612ed71 Mon Sep 17 00:00:00 2001 From: Jorrit Poelen Date: Tue, 25 Jul 2023 15:58:25 -0500 Subject: [PATCH] another stab at workflow authentication --- .github/workflows/issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 14d9c6612..5bce0c1cf 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -25,10 +25,10 @@ jobs: - name: Install Preston run: sudo apt -y install ./preston.deb - name: Track Issues - run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && preston track "https://github.com/${GITHUB_REPOSITORY}/issues" + run: export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" && preston track "https://github.com/${GITHUB_REPOSITORY}/issues" - name: Package Tracked Issues uses: actions/upload-artifact@v3 with: - name: packaged-issues + name: tracked-issues path: | data