File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
deploy-site-stg :
35
35
if : github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main'
36
- uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0 .0
36
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.1 .0
37
37
# Secrets for committing the generated site
38
38
secrets :
39
39
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
51
51
52
52
deploy-site-pro :
53
53
if : github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main-site-pro'
54
- uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0 .0
54
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.1 .0
55
55
# Secrets for committing the generated site
56
56
secrets :
57
57
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
81
81
82
82
deploy-site-rel :
83
83
needs : export-version
84
- uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0 .0
84
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.1 .0
85
85
# Secrets for committing the generated site
86
86
secrets :
87
87
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
You can’t perform that action at this time.
0 commit comments