File tree Expand file tree Collapse file tree 6 files changed +9
-64
lines changed Expand file tree Collapse file tree 6 files changed +9
-64
lines changed Original file line number Diff line number Diff line change 1- name : " Release Prep "
1+ name : " Auto release "
22
33on :
44 workflow_dispatch :
5- inputs :
6- personal_access_token :
7- description : ' GitHub Personal Access Token'
8- required : true
95
106env :
117 HONEYCOMB_WRITEKEY : 7f3c63a70eecc61d635917de46bea4e6
128 HONEYCOMB_DATASET : litmus tests
9+ CHANGELOG_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1310
1411jobs :
1512 auto_release :
4138 with :
4239 args : ' release prep --force'
4340 env :
44- CHANGELOG_GITHUB_TOKEN : " ${{ github.event.inputs.personal_access_token }}"
41+ CHANGELOG_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4542
4643 - name : " Get Version"
4744 if : ${{ github.repository_owner == 'puppetlabs' }}
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ spec/spec_helper.rb:
3030 - ' spec/docker/**/files/puppet-enterprise*'
3131 - ' spec/docker/.task_cache.json'
3232.github/workflows/auto_release.yml :
33- unmanaged : true
33+ unmanaged : false
3434.github/workflows/release.yml :
3535 unmanaged : true
36+ .github/workflows/spec.yml :
37+ unmanaged : false
38+ .travis.yml :
39+ delete : true
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8282 ],
8383 "pdk-version" : " 2.6.1" ,
8484 "template-url" : " https://github.com/puppetlabs/pdk-templates.git#main" ,
85- "template-ref" : " heads/main-0-gd3a41f4 "
85+ "template-ref" : " heads/main-0-g9375381 "
8686}
You can’t perform that action at this time.
0 commit comments