Skip to content

Commit

Permalink
Try env context
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Nov 7, 2023
1 parent 86e2ea4 commit c0ca439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:

jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@master
uses: ${{ env.GH_WORKFLOWS }}/_validate-npm.yml@master
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@master
uses: ${{ env.GH_WORKFLOWS }}/_publish-docker.yml@master
needs: [ validate ]
secrets: inherit

0 comments on commit c0ca439

Please sign in to comment.