-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update Unified CI configuration #386
Conversation
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
- uses: ipfs/aegir/actions/cache-node-modules@master | ||
- uses: ipfs/aegir/actions/docker-login@master | ||
with: | ||
docker-token: ${{ secrets.DOCKER_TOKEN }} | ||
docker-username: ${{ secrets.DOCKER_USERNAME }} | ||
- run: npm run --if-present release | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN || github.token }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SgtPooki With this, we'll be able to set UCI_GITHUB_TOKEN
secret to some token that's able to bypass PR reqs (e.g. the ipfs-gui-bot's push token).
### [4.0.2](v4.0.1...v4.0.2) (2023-07-24) ### Bug Fixes * url-encoded dag-PB names can be explored ([#384](#384)) ([d5c6899](d5c6899)) ### Trivial Changes * **ci:** checkout with unifiedCI token ([#387](#387)) ([79f09c1](79f09c1)) * **ci:** update Unified CI configuration ([#386](#386)) ([549a056](549a056)) * pull new translations ([#381](#381)) ([a3c67ce](a3c67ce)) * v4.0.1 changelog ([346dc60](346dc60))
🎉 This PR is included in version 4.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.