File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,10 @@ jobs:
304304
305305 steps :
306306 - uses : actions/checkout@v3
307+ with :
308+ ref : stable
309+ repository : ${{ github.repository }}
310+ ssh-key : ${{ secrets.SALT_BOOTSTRAP_RELEASE_KEY }}
307311
308312 - name : Get Salt Project GitHub Actions Bot Environment
309313 run : |
Original file line number Diff line number Diff line change 1+ # v2023.11.16
2+
3+ ## What's Changed
4+
5+ - checking out stable branch on update-s3-bucket job by @felippeb in https://github.com/saltstack/salt-bootstrap/pull/1977
6+
7+ ** Full Changelog** : https://github.com/saltstack/salt-bootstrap/compare/v2023.11.07...v2023.11.16
8+
19# v2023.11.07
210
311## What's Changed
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ sum** of the downloaded ``bootstrap-salt.sh`` file.
3232
3333The SHA256 sum of the ``bootstrap-salt.sh `` file, per release, is:
3434
35+ - 2023.11.07: ``91f8a3bfb8b14476f7793c7f20cec7bfc638c10c073786f9a8904a858a929784 ``
3536- 2023.08.03: ``963e559bdb85adecfbbec2c3b81190392bc59b24992e4491e919cd748eeafcb8 ``
3637- 2023.07.25: ``eaaaadaed40fe2e791d59a9e48f24449428a35ca61782d9139f1272c05524323 ``
3738- 2023.06.28: ``f45f5da8abee27ef385131f5cfa9382d3a15863d0a05688a0404d2f057b27776 ``
Original file line number Diff line number Diff line change 2323# ======================================================================================================================
2424set -o nounset # Treat unset variables as an error
2525
26- __ScriptVersion=" 2023.11.07 "
26+ __ScriptVersion=" 2023.11.16 "
2727__ScriptName=" bootstrap-salt.sh"
2828
2929__ScriptFullName=" $0 "
You can’t perform that action at this time.
0 commit comments