File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -49,22 +49,22 @@ jobs:
49
49
50
50
echo "DRAFT_RELEASE_RUN_ID=${DRAFT_RELEASE_RUN_ID}" >> $GITHUB_OUTPUT
51
51
52
- # index-packages:
53
- # needs: find-draft-release-run
54
- # uses: ./.github/workflows/index-packages.yml
55
- # with:
56
- # pkg-type: stable
57
- # run-id: ${{ needs.find-draft-release-run.outputs.DRAFT_RELEASE_RUN_ID }}
58
- # secrets:
59
- # config-base64: ${{ secrets.PACKAGE_INDEXER_CONFIG_BASE64 }}
60
- # gpg-key-base64: ${{ secrets.PACKAGE_INDEXER_GPG_KEY_BASE64 }}
61
- # gpg-key-passphrase: ${{ secrets.PACKAGE_INDEXER_GPG_KEY_PASSPHRASE }}
52
+ index-packages :
53
+ needs : find-draft-release-run
54
+ uses : ./.github/workflows/index-packages.yml
55
+ with :
56
+ pkg-type : stable
57
+ run-id : ${{ needs.find-draft-release-run.outputs.DRAFT_RELEASE_RUN_ID }}
58
+ secrets :
59
+ config-base64 : ${{ secrets.PACKAGE_INDEXER_CONFIG_BASE64 }}
60
+ gpg-key-base64 : ${{ secrets.PACKAGE_INDEXER_GPG_KEY_BASE64 }}
61
+ gpg-key-passphrase : ${{ secrets.PACKAGE_INDEXER_GPG_KEY_PASSPHRASE }}
62
62
63
- # test-packages:
64
- # needs: index-packages
65
- # uses: ./.github/workflows/test-apt-packages.yml
66
- # with:
67
- # pkg-type: stable
63
+ test-packages :
64
+ needs : index-packages
65
+ uses : ./.github/workflows/test-apt-packages.yml
66
+ with :
67
+ pkg-type : stable
68
68
69
69
publish-image :
70
70
uses : ./.github/workflows/axosyslog-docker.yml
You can’t perform that action at this time.
0 commit comments