File tree Expand file tree Collapse file tree 8 files changed +14
-0
lines changed
Expand file tree Collapse file tree 8 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 ref : ${{ github.ref_name }}
2020 token : ${{ secrets.PODMANBOT_TOKEN }}
21+ persist-credentials : true
2122 - name : Bump
2223 id : bump
2324 run : |
9394 with :
9495 ref : main
9596 token : ${{ secrets.PODMANBOT_TOKEN }}
97+ persist-credentials : true
9698 - name : Check version on main
9799 id : check
98100 run : |
Original file line number Diff line number Diff line change 6060 with :
6161 repository : containers/automation
6262 path : automation-repo
63+ persist-credentials : false
6364
6465 # Step 3: Update the HTML file locally
6566 - name : Update HTML file
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ jobs:
100100 uses : actions/checkout@v6
101101 with :
102102 ref : ${{steps.getversion.outputs.version}}
103+ persist-credentials : false
103104 - name : Set up Go
104105 # Conditional duplication sucks - GHA doesn't grok YAML anchors/aliases
105106 if : >-
Original file line number Diff line number Diff line change 7474 repository : containers/podman-machine-os
7575 ref : ${{github.base_ref}}
7676 token : ${{secrets.PODMANBOT_TOKEN}}
77+ persist-credentials : true
7778
7879 - name : Bump version
7980 if : steps.getversion.outputs.update == 'true'
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103103 uses : actions/checkout@v6
104104 with :
105105 ref : ${{steps.getversion.outputs.version}}
106+ persist-credentials : false
106107
107108 - name : Set up Go
108109 if : >-
Original file line number Diff line number Diff line change 7272 uses : actions/checkout@v6
7373 with :
7474 ref : ${{needs.check.outputs.version}}
75+ persist-credentials : false
7576 - name : Set up Go
7677 uses : actions/setup-go@v6
7778 with :
@@ -109,6 +110,7 @@ jobs:
109110 uses : actions/checkout@v6
110111 with :
111112 ref : ${{needs.check.outputs.version}}
113+ persist-credentials : false
112114 - name : Set up Go
113115 uses : actions/setup-go@v6
114116 with :
@@ -165,6 +167,8 @@ jobs:
165167 Write-Output "version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
166168 - name : Checkout Podman
167169 uses : actions/checkout@v6
170+ with :
171+ persist-credentials : false
168172 - name : Download Windows zip artifact
169173 uses : actions/download-artifact@v6
170174 - name : Set up Go
@@ -268,6 +272,7 @@ jobs:
268272 uses : actions/checkout@v6
269273 with :
270274 ref : ${{needs.check.outputs.version}}
275+ persist-credentials : false
271276 - name : Get release notes
272277 run : |
273278 ver="$(echo "$VERSION" | sed -e "s/^v//" -e "s/-rc.*//")"
Original file line number Diff line number Diff line change 7878 repository : containers/podman.io
7979 ref : refs/heads/main
8080 token : ${{ secrets.PODMANBOT_TOKEN }}
81+ persist-credentials : true
8182
8283 - name : Check version
8384 if : >-
Original file line number Diff line number Diff line change 5555 # installer build script is designed to support older releases (uses the archives
5656 # on the release tag).
5757 - uses : actions/checkout@v6
58+ with :
59+ persist-credentials : false
5860 # This step is super-duper critical for the built/signed windows installer .exe file.
5961 # It ensures the referenced $version github release page does NOT already contain
6062 # this file. Windows assigns a UUID to the installer at build time, it's assumed
You can’t perform that action at this time.
0 commit comments