Skip to content

Commit

Permalink
Merge pull request #3427 from mapfish/fix-publish
Browse files Browse the repository at this point in the history
Fix Publish: Add missing environment variable
  • Loading branch information
sbrunner authored Sep 18, 2024
2 parents f4010d5 + e3c916c commit 7588427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

env:
SECRETS: ${{ secrets.SECRETS }}
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7588427

Please sign in to comment.