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 337b80a commit 16b0c3aCopy full SHA for 16b0c3a
.github/workflows/no-response_publish.yaml
@@ -15,12 +15,14 @@ on:
15
jobs:
16
build:
17
runs-on: ubuntu-latest
18
+ permissions:
19
+ contents: write
20
if: ${{ github.repository == 'flutter/cocoon' }}
21
steps:
22
- name: Checkout
23
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24
with:
- ref: ${{ github.event.release.tag_name }}
25
+ ref: 'no-response-v0.5.1'
26
sparse-checkout: 'gh_actions/third_party/no-response'
27
sparse-checkout-cone-mode: false
28
- name: move_package_to_root
@@ -35,4 +37,6 @@ jobs:
35
37
run: npm run build
36
38
- uses: JasonEtco/build-and-tag-action@dd5e4991048c325f6d85b4155e586fc211c644da
39
env:
- GITHUB_TOKEN: ${{ github.token }}
40
+ GITHUB_TOKEN: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }}
41
+ with:
42
+ tag_name: 'no-response-v0.5.1'
0 commit comments