From cf240b5690b86a4e08aad54932ab6c3395c84462 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 3 Jul 2021 11:46:04 +0100 Subject: [PATCH] build: minor framework updates --- .github/workflows/comment-bot.yml | 2 ++ .github/workflows/test.yml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/comment-bot.yml b/.github/workflows/comment-bot.yml index 4451632..b44ee7b 100644 --- a/.github/workflows/comment-bot.yml +++ b/.github/workflows/comment-bot.yml @@ -29,6 +29,7 @@ jobs: post({ owner: context.repo.owner, repo: context.repo.repo, comment_id: context.payload.comment.id, content: "eyes"}) + github-token: ${{ secrets.GH_TOKEN }} - name: Tag Commit run: | git clone https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} repo @@ -48,3 +49,4 @@ jobs: post({ owner: context.repo.owner, repo: context.repo.repo, comment_id: context.payload.comment.id, content: "rocket"}) + github-token: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fae992..694f38a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,6 @@ jobs: with: fetch-depth: 0 - uses: actions/setup-python@v2 - with: - python-version: '3.x' - name: set PYSHA run: echo "PYSHA=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - uses: actions/cache@v1 @@ -64,7 +62,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: - release_name: shtab ${{ github.ref }} stable + name: shtab ${{ github.ref }} beta body_path: _CHANGES.md draft: true files: |