Skip to content

Commit

Permalink
ci/cd: fix pretix config
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 3, 2024
1 parent 5dbca2e commit fd463c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
X_ADMIN_USERNAME: ${{ secrets.ADMIN_USERNAME }}
X_ADMIN_PASSWORD: ${{ secrets.ADMIN_PASSWORD }}
X_PRETIX_TOKEN: ${{ secrets.PRETIX_TOKEN }}
X_PRETIX_CHECKLIST_ID: __PLACE_CHECKLIST_ID__
X_PRETIX_EVENT_ID: __PLACE_EVENT_ID__
X_PRETIX_ORGANIZER_ID: noi-__PLACE_ORGANIZER_ID__
X_PRETIX_CHECKLIST_ID: 313919
X_PRETIX_EVENT_ID: _sfscon23
X_PRETIX_ORGANIZER_ID: noi-digital

X_XML_URL: "https://www.sfscon.it/?calendar=2023&format=xml"
X_REDIS_SERVER: redis
Expand Down

0 comments on commit fd463c0

Please sign in to comment.