Skip to content

Commit 4e2b06e

Browse files
authored
Merge pull request #328 from puppetlabs/maint/remove-pat-from-release-prep
(maint) revert to default auto_release GA workflow, remove travis
2 parents e5f68d8 + d5ed98e commit 4e2b06e

File tree

6 files changed

+9
-64
lines changed

6 files changed

+9
-64
lines changed

.github/workflows/release-prep.yml renamed to .github/workflows/auto_release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
name: "Release Prep"
1+
name: "Auto release"
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
personal_access_token:
7-
description: 'GitHub Personal Access Token'
8-
required: true
95

106
env:
117
HONEYCOMB_WRITEKEY: 7f3c63a70eecc61d635917de46bea4e6
128
HONEYCOMB_DATASET: litmus tests
9+
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1310

1411
jobs:
1512
auto_release:
@@ -41,7 +38,7 @@ jobs:
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' }}

.sync.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
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
}

0 commit comments

Comments
 (0)