Skip to content

Commit

Permalink
Add environment variable for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHutchison committed Nov 28, 2023
1 parent 7fd10e9 commit ae3f92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
if: github.repository == 'JamesHutchison/megamock'
runs-on: ubuntu-latest
environment: production
env:
MEGAMOCK_FOLDERS: megamock tests
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down

0 comments on commit ae3f92d

Please sign in to comment.