File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 22
22
build :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- # # resulting token still gets denied by the backup-utils repo
25
+ # resulting token still gets denied by the backup-utils repo
26
+ # see: https://github.com/actions/create-github-app-token/pull/46
26
27
# - uses: timreimherr/create-github-app-token@main
27
28
# id: app-token
28
29
# with:
79
80
commit_hash : ${{ steps.empty-commit.outputs.commit_hash }}
80
81
steps :
81
82
# resulting token still gets denied by the backup-utils repo
83
+ # see: https://github.com/actions/create-github-app-token/pull/46
82
84
# - uses: timreimherr/create-github-app-token@main
83
85
# id: app-token
84
86
# with:
@@ -120,9 +122,7 @@ jobs:
120
122
artifacts : |
121
123
github-backup-utils-v${{ github.event.inputs.version }}.tar.gz, \
122
124
github-backup-utils_${{ github.event.inputs.version }}_all.deb
123
- # this action will create a tag with this name on the provided commit
124
125
tag : v${{ github.event.inputs.version }}
125
- # this can be a commit hash or branch name
126
126
commit : ${{ steps.empty-commit.outputs.commit_hash }}
127
127
bodyFile : release-notes/${{ github.event.inputs.version }}.md
128
128
draft : ${{ github.event.inputs.draft }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments