Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Dec 6, 2022
2 parents f40a6d3 + 4fffef0 commit c840b25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
body: ${{ github.event.release.body }}

# Publish to FoundryVTT
- name: Publish to Foundry VTT Repo
id: publish_foundry_repo
run: npx @ghost-fvtt/foundry-publish
env:
FVTT_MANIFEST_PATH: 'module.json'
FVTT_PACKAGE_ID: REPLACE MEEEEEEEEEEE
FVTT_USERNAME: ${{ secrets.FOUNDRY_ADMIN_USERNAME }}
FVTT_PASSWORD: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }}
FVTT_MANIFEST_URL: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
# - name: Publish to Foundry VTT Repo
# id: publish_foundry_repo
# run: npx @ghost-fvtt/foundry-publish
# env:
# FVTT_MANIFEST_PATH: 'module.json'
# FVTT_PACKAGE_ID: REPLACE MEEEEEEEEEEE
# FVTT_USERNAME: ${{ secrets.FOUNDRY_ADMIN_USERNAME }}
# FVTT_PASSWORD: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }}
# FVTT_MANIFEST_URL: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json

# - name: FoundryVTT AutoPublish
# uses: Varriount/[email protected]
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# pf2e-magaambya
A module dedicated to improve your experience when playing Strength of Thousands adventure path in the Pathfinder 2e system.
A module dedicated to improve your experience when playing Strength of Thousands adventure path in the Pathfinder 2e system.

**Currently features include:**
- All Branch Benefits as Bonus Feats (best put them in Campaign Feats slot), with most of the easy automation baked in.

0 comments on commit c840b25

Please sign in to comment.