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 e1e0420 commit 87fd2deCopy full SHA for 87fd2de
.github/workflows/release.yml
@@ -11,6 +11,8 @@ on:
11
required: true
12
JIRA_TOKEN:
13
14
+ EZROBOT_33:
15
+ required: false
16
17
jobs:
18
provide_changed_packages:
@@ -120,7 +122,7 @@ jobs:
120
122
- name: Run generator in a loop
121
123
id: generator
124
env:
- INPUT_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
125
+ INPUT_GITHUB_TOKEN: ${{ contains(env.BUILD_TAG, '3.3') && secrets.EZROBOT_33 || steps.generate_token.outputs.token }}
126
INPUT_JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}
127
run: |
128
cat > input.json <<'EOF'
0 commit comments