diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d5caccdf2..819a3f486 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -70,7 +70,6 @@ jobs: if: github.repository == 'MarginallyClever/Makelangelo-software' && github.ref == 'refs/heads/master' uses: WebFreak001/deploy-nightly@v3.1.0 with: - permission: write-all token: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions upload_url: ${{ env.UPLOAD_URL }} release_id: ${{ env.RELEASE_ID }} @@ -132,7 +131,6 @@ jobs: # if: github.repository == 'MarginallyClever/Makelangelo-software' && github.ref == 'refs/heads/master' uses: WebFreak001/deploy-nightly@v3.1.0 with: - permission: write-all token: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions upload_url: ${{ env.UPLOAD_URL }} release_id: ${{ env.RELEASE_ID }}