We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9763a84 commit 6e72b7eCopy full SHA for 6e72b7e
.github/workflows/ci.yml
@@ -23,3 +23,5 @@ jobs:
23
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
24
- name: Build package
25
run: ./gradlew build
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments