Skip to content

Commit

Permalink
another stab at workflow authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Jul 25, 2023
1 parent 27e2244 commit 54f7a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54f7a2f

Please sign in to comment.