Explorar el Código

Adding owner and repositories fields

Hovsep Papoyan hace 1 año
padre
commit
138bc2c864
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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"