diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2dbf5ee..024a0b0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -8,9 +8,6 @@ on: type: boolean required: true -permissions: - contents: write - jobs: build: runs-on: ubuntu-22.04 @@ -18,7 +15,7 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - token: ${{secrets.GITHUB_TOKEN}} + token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/cache@v3 id: cache-toolchaine