You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Allow manually running the action, e.g. if disabled after some quietness in the source
21
21
22
-
# NOTE: These seem to not work for standard GITHUB_TOKEN generated
23
-
# for each run, so a MAKE_DIST_TOKEN was made with equivalent list
24
-
# of "fine-grained" rules.
25
22
permissions:
26
23
contents: read
27
24
issues: write
@@ -56,7 +53,7 @@ jobs:
56
53
with:
57
54
comment-tag: latest-tarball
58
55
message: Dist and Docs will be linked here after the "make dist" job completes.
59
-
github-token: ${{ secrets.MAKE_DIST_TOKEN }}
56
+
#github-token: ${{ secrets.MAKE_DIST_TOKEN }}
60
57
61
58
- name: "GHA-01: Make dist and docs tarballs - report download URL - s1"
62
59
uses: marocchino/sticky-pull-request-comment@v2
@@ -66,8 +63,8 @@ jobs:
66
63
header: latest-tarball-sticky
67
64
only_create: true
68
65
message: Dist and Docs will be linked here after the "make dist" job completes.
69
-
github-token: ${{ secrets.MAKE_DIST_TOKEN }}
70
-
GITHUB_TOKEN: ${{ secrets.MAKE_DIST_TOKEN }}
66
+
#github-token: ${{ secrets.MAKE_DIST_TOKEN }}
67
+
#GITHUB_TOKEN: ${{ secrets.MAKE_DIST_TOKEN }}
71
68
72
69
- name: Checkout repository
73
70
uses: actions/checkout@v5
@@ -251,7 +248,7 @@ jobs:
251
248
artifact_id: id,
252
249
})
253
250
})
254
-
github-token: ${{ secrets.MAKE_DIST_TOKEN }}
251
+
#github-token: ${{ secrets.MAKE_DIST_TOKEN }}
255
252
256
253
- name: Upload tarball and its checksum artifacts
257
254
uses: actions/upload-artifact@v4
@@ -274,7 +271,7 @@ jobs:
274
271
with:
275
272
comment-tag: latest-tarball
276
273
message: Dist and Docs [NUT-tarballs-${{ steps.subst-github-ref-name.outputs.result }}.zip}](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.sha }}
- name: "GHA-01: Make dist and docs tarballs - report download URL - s2"
@@ -285,5 +282,5 @@ jobs:
285
282
header: latest-tarball-sticky
286
283
only_create: true
287
284
message: Dist and Docs [NUT-tarballs-${{ steps.subst-github-ref-name.outputs.result }}.zip}](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.sha }}
0 commit comments