Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-24 12:00:07 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-24 12:00:07 +0300
commita73ef5d78f6c1d3293e9aaa336621ce50670f378 (patch)
treefc58c4537b735c4166147594ca3bb52998d9c9f7 /.github/workflows/release.yml
parent526211b2967bfdeac26a948c0ecbb0445e4c4bf3 (diff)
release.yml: Provide GITHUB_TOKEN env variable
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 040047d8..184bfd5b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -120,10 +120,14 @@ jobs:
echo "Message: ${checksums[*]}"
- name: Publish
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
hub release create "${assets[@]}" -F - "${{ env.VERSION }}" <<EOF
$(git tag -n10 "${{ env.VERSION }}" || echo "No tag message found")
+ [Docker images](https://hub.docker.com/r/ownyourbits/nextcloudpi)
+
[Changelog](https://github.com/nextcloud/nextcloudpi/blob/${{ env.VERSION }}/changelog.md)
**Checksums:**