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 ddda47b commit 3a9bb47Copy full SHA for 3a9bb47
.github/workflows/flutter.yml
@@ -39,7 +39,7 @@ jobs:
39
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
40
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
41
UPSTREAM_SHA: ${{ github.sha }}
42
- TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
+ TOKEN: ${{ secrets.CI_USER_TOKEN }}
43
EVENT_MESSAGE: ${{ github.event.message }}
44
HOME: 'home/runner'
45
run: |
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
0 commit comments