We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cc899 commit aa91263Copy full SHA for aa91263
.fernignore
@@ -5,4 +5,5 @@ legacy-sdk
5
src/test/java/com/squareup/square/integration
6
src/main/java/com/squareup/square/core/SquareApiException.java
7
src/main/java/com/squareup/square/utilities/WebhooksHelper.java
8
-src/test/resources/testdata
+src/test/resources/testdata
9
+.github/workflows/ci.yml
.github/workflows/ci.yml
@@ -36,6 +36,8 @@ jobs:
36
37
- name: Test
38
run: ./gradlew test
39
+ env:
40
+ TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
41
publish:
42
needs: [ compile, test ]
43
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
0 commit comments