diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b125dc0..107fa2b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,8 +14,10 @@ jobs: java-version: 11 - name: Build with Maven run: mvn -B package --file pom.xml + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: mkdir staging && cp cellar-app/target/*-with-dependencies.jar staging - uses: actions/upload-artifact@v2 with: name: Package - path: staging \ No newline at end of file + path: staging