Leandro Oriente

Results 1 comments of Leandro Oriente

I imagine you have a private Github Token, if that is the case, try this: ``` steps: - name: 'Checkout source code' uses: 'actions/checkout@v2' with: persist-credentials: false ref: ${{ github.ref...