We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9679718 commit 53609f8Copy full SHA for 53609f8
.github/workflows/prerelease.yml
@@ -553,6 +553,9 @@ jobs:
553
runs-on: macos-12
554
steps:
555
- uses: actions/checkout@v2
556
+ - uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
557
+ with:
558
+ ruby-version: '2.7'
559
- name: Get token
560
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/bot-access.txt.gpg \
561
bot-access.txt "$bot_token_secret"
0 commit comments