Add Forgejo Actions #13

Merged
wonderfulfrog merged 20 commits from feat/workflow into main 2025-04-14 21:11:14 -07:00
Showing only changes of commit 8bf180c8b8 - Show all commits

View file

@ -2,7 +2,7 @@ name: Build and Deploy
on: [push]
env:
DARK_VISITORS_ACCESS_TOKEN="${{ env.DARK_VISITORS_ACCESS_TOKEN }}"
DARK_VISITORS_ACCESS_TOKEN="${{ secrets.DARK_VISITORS_ACCESS_TOKEN }}"
jobs:
build_and_deploy: