Skip to content
Snippets Groups Projects
Unverified Commit 5cd80a00 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Use private ReplayIO API key (#34552)

parent c02773aa
No related branches found
No related tags found
No related merge requests found
......@@ -351,8 +351,8 @@ jobs:
if: github.event_name == 'schedule' && !cancelled()
uses: replayio/action-upload@v0.4.7
with:
api-key: rwk_gXbvYctIcR6RZyEzUvby3gtkO4esrB2L321lkY8FSuQ
public: true
api-key: ${{ secrets.REPLAY_IO_TOKEN }}
public: false
- name: Upload Cypress Artifacts upon failure
uses: actions/upload-artifact@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment