Skip to content

Commit dfc3ea4

Browse files
authored
Tidy up CI (letsencrypt#5806)
Remove goreleaser since we're not currently using it. Remove the script that moves PRs from master to main because it hasn't been needed in practice. Set persist-credentials: true for Boulder CI.
1 parent 6ffbd32 commit dfc3ea4

File tree

3 files changed

+2
-66
lines changed

3 files changed

+2
-66
lines changed

.github/workflows/boulder-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
steps:
6868
# Checks out your repository under $GITHUB_WORKSPACE, so your job can access it
6969
- uses: actions/checkout@v2
70+
with:
71+
persist-credentials: false
7072

7173
- name: Docker Login
7274
# You may pin to the exact commit or the version.

.github/workflows/goreleaser-ci.yml

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

.github/workflows/main-prs.yml

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

0 commit comments

Comments
 (0)