Skip to content

Commit

Permalink
Renamed RelativeCI secret
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jun 26, 2024
1 parent bd2af41 commit 551a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relativeci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Send native bundle stats and build information to RelativeCI
uses: relative-ci/agent-action@v2.1.10
with:
key: ${{ secrets.RELATIVE_CI_KEY }}
key: ${{ secrets.RELATIVE_CI_KEY_NATIVE }}
token: ${{ secrets.GITHUB_TOKEN }}
webpackStatsFile: webpack-stats.native.json

0 comments on commit 551a68e

Please sign in to comment.