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 c7f4301 commit 74708e2Copy full SHA for 74708e2
1 file changed
.github/workflows/release-artifacts.yml
@@ -211,15 +211,15 @@ jobs:
211
path: target/assets/${{ matrix.binary }}_*
212
213
- name: Generate cultivator token
214
- if: ${{ github.event_name == 'release' }}
+ # if: ${{ github.event_name == 'release' }}
215
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
216
id: generate-token
217
with:
218
app-id: "${{ secrets.EDERA_CULTIVATION_APP_ID }}"
219
private-key: "${{ secrets.EDERA_CULTIVATION_APP_PRIVATE_KEY }}"
220
221
- name: 'Upload release artifacts with retry'
222
223
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
224
225
timeout_minutes: 5
0 commit comments