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:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-08-16 22:00:12 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-08-16 22:41:42 +0300
commit5c13eba8c4bde3452a1804ccc96bbd60b2e423a2 (patch)
tree5d377b89d0b88088e54da2bb0172f6bf243323a6 /.github
parente014bf1b5e6db2ee9c650156b90068a3a3cb81af (diff)
publish-image.yml: Provide GITHUB_TOKEN to the publish artifact step
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish-image.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml
index e7b25a97..1aa1dc17 100644
--- a/.github/workflows/publish-image.yml
+++ b/.github/workflows/publish-image.yml
@@ -39,6 +39,7 @@ jobs:
- name: "Publish artifact"
env:
IMG: "${{ inputs.artifact_file }}"
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -ex
mkdir -p publish