From 4842774ca0e1792d2c20462ef888f83a8ac87a96 Mon Sep 17 00:00:00 2001 From: Felippe Burk Date: Thu, 16 Nov 2023 12:37:17 -0700 Subject: [PATCH] checking out stable branch on update-s3-bucket job --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa9c12653..604363e71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -304,6 +304,10 @@ jobs: steps: - uses: actions/checkout@v3 + with: + ref: stable + repository: ${{ github.repository }} + ssh-key: ${{ secrets.SALT_BOOTSTRAP_RELEASE_KEY }} - name: Get Salt Project GitHub Actions Bot Environment run: |