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 36dde85 commit e000474Copy full SHA for e000474
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
with:
17
- token: ${{ secrets.VERSION_BUMP_TOKEN }}
+ token: ${{ secrets.STREAM_CI_GITHUB_BOT_TOKEN }}
18
# pulls all commits (needed for semantic release to correctly version)
19
fetch-depth: '0'
20
# pulls all tags (needed for semantic release to correctly version)
.github/workflows/sample-distribution.yml
@@ -15,7 +15,7 @@ jobs:
- name: Install Ruby and Gems
uses: ruby/setup-ruby@v1
21
0 commit comments