Skip to content

Commit

Permalink
Another implicit GITHUB_TOKEN test
Browse files Browse the repository at this point in the history
Test if implicit `GITHUB_TOKEN` works with `githubrelease`’s `master` branch
  • Loading branch information
justinmayer committed Feb 2, 2024
1 parent 2fb9904 commit 492b9a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.10"
- name: Set Poetry cache
uses: actions/cache@v3
uses: actions/cache@v4
id: poetry-cache
with:
path: ~/.cache/pypoetry/virtualenvs
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: patch

Test if implicit `GITHUB_TOKEN` works with `githubrelease`’s `master` branch

0 comments on commit 492b9a9

Please sign in to comment.