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 368acc1 commit cb3fffeCopy full SHA for cb3fffe
.github/workflows/ci.yml
@@ -264,7 +264,7 @@ jobs:
264
" > environment.properties
265
266
- name: Publish allure report to S3
267
- uses: andrcuns/allure-publish-action@v2.6.0
+ uses: andrcuns/allure-publish-action@v2.7.1
268
if: always()
269
env:
270
GITHUB_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
.github/workflows/e2e-tests-linux-split.yml
@@ -251,7 +251,7 @@ jobs:
251
252
253
254
255
256
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
257
AWS_ACCESS_KEY_ID: ${{ secrets.E2E_AWS_ACCESS_KEY_ID }}
0 commit comments