Skip to content

Commit ea39b5e

Browse files
committed
for release notes
1 parent c7dc455 commit ea39b5e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-and-release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,12 @@ jobs:
112112
echo "Using provided commit sha for release commit"
113113
echo "release-commit=\"${{ github.event.inputs.backup-utils-release-commit }}\"" >> "$GITHUB_OUTPUT"
114114
fi
115-
# - name: Checkout backup-utils-private
116-
# uses: actions/checkout@v4
117-
# with:
118-
# token: ${{ steps.app-token.outputs.token }}
119-
# repository: github/backup-utils-private
115+
# need backup-utils-private for release notes
116+
- name: Checkout backup-utils-private
117+
uses: actions/checkout@v4
118+
with:
119+
token: ${{ steps.app-token.outputs.token }}
120+
repository: github/backup-utils-private
120121
- name: Download deb artifact
121122
uses: actions/download-artifact@v3
122123
with:

0 commit comments

Comments
 (0)