Browse Source

Adding owner and repositories fields

Hovsep Papoyan 1 year ago
parent
commit
138bc2c864
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/publish.yml

+ 2 - 0
.github/workflows/publish.yml

@@ -25,6 +25,8 @@ jobs:
         with:
           app-id: ${{ vars.FAIR_MATH_PUBLISHER_ID }}
           private-key: ${{ secrets.FAIR_MATH_PUBLISHER_PRIVATE_KEY }}
+          owner: ${{ github.repository_owner }}
+          repositories: ${{ github.repository }}
 
       - run: |
           echo "Change type: $CHANGE_TYPE"