diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 323b143..32ee8bc 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -18,6 +18,8 @@ jobs: - run: echo ${{ github.repository }} - run: echo ${{ gitea.repository }} - run: echo ${{ github.event.release.tag_name }} + - run: echo ${{ secrets.GITHUB_TOKEN }} + - run: echo ${{ github.event.release.name }} # Substitute the Manifest and Download URLs in the module.json - name: Substitute Manifest and Download Links For Versioned Ones