Merge pull request 'Fix cleanup with correct user and permissions' (#33) from 30.fix-cleanup into main
All checks were successful
Jekyll / jekyll (push) Successful in 38s

Reviewed-on: #33
This commit is contained in:
btlogy 2025-08-15 09:02:14 +00:00
commit f9f1495df5

View file

@ -7,14 +7,14 @@ on:
env: env:
WEB_HOST: webforge.of.tahoe-lafs.org WEB_HOST: webforge.of.tahoe-lafs.org
WEB_USER: www WEB_USER: bot-www
WEB_ROOT: /var/www/preview WEB_ROOT: /var/www/preview
WEB_CONTEXT: "/${{ forge.event.pull_request.number }}/" WEB_CONTEXT: "/${{ forge.event.pull_request.number }}/"
jobs: jobs:
jekyll_cleanup: jekyll_cleanup:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions: permissions:
pull-requests: write pull-requests: read
actions: read actions: read
contents: read contents: read
steps: steps: