Skip to content

Commit

Permalink
chore(ci): update token names to match rik-org
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebrg authored Mar 19, 2023
1 parent 80f2877 commit 33e58e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
done
echo "Done"
env:
GH_TOKEN: ${{ secrets.POLYXIA_CI_RW }}
GH_TOKEN: ${{ secrets.RIK_CI_RW }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: release-drafter/release-drafter@v5.22.0
env:
GITHUB_TOKEN: ${{ secrets.POLYXIA_CI_RW }}
GITHUB_TOKEN: ${{ secrets.RIK_CI_RW }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# - name: Upload binaries to release
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.POLYXIA_CI_RW }}
# repo_token: ${{ secrets.RIK_CI_RW }}
# file: target/release/firepilot
# asset_name: firepilot-x86_64-unknown-linux-gnu
# overwrite: true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
firepilot = { git = "https://github.com/polyxia-org/firepilot.git", branch = "main" }
firepilot = { git = "https://github.com/rik-org/firepilot.git", branch = "main" }
```

Download the Firecracker binary : https://github.com/firecracker-microvm/firecracker/releases/latest
Expand Down Expand Up @@ -75,4 +75,4 @@ cargo build

## License

The Polyxia project belongs to Polytech Montpellier and is released under the MIT license. Please see the [LICENSE](LICENSE) file for more information.
This project is released under the MIT license. Please see the [LICENSE](LICENSE) file for more information.

0 comments on commit 33e58e9

Please sign in to comment.