From 492b9a98b3935186081e20733f8c187c7fbb2f2c Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 2 Feb 2024 15:01:41 +0100 Subject: [PATCH] Another implicit `GITHUB_TOKEN` test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test if implicit `GITHUB_TOKEN` works with `githubrelease`’s `master` branch --- .github/workflows/main.yml | 2 +- RELEASE.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 RELEASE.md diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f613072..59de098 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..05937cc --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,3 @@ +Release type: patch + +Test if implicit `GITHUB_TOKEN` works with `githubrelease`’s `master` branch