Skip to content

anyproto/shared-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

The shared actions and workflows for the organization

Usage

Searching for secrets

need grant the repository access to the organization secret https://github.com/organizations/anyproto/settings/secrets/actions/SLACK_WEBHOOK_URL_ALERTS

cat <<EOF > .github/workflows/secret-scanner.yml
---
on:
  - push
  - pull_request

jobs:
  secret-scanner-reusable:
    uses: anyproto/shared-actions/.github/workflows/secret-scanner-reusable.yml@v1
    secrets: inherit # pass all secrets
EOF

Update release tag

the version in RELEASE must always be new !!!

RELEASE='v1.0.0'; git fetch -pP && git tag "$RELEASE" && git push --tags && git tag -f v1 && git push origin -f v1

Contribution

Thank you for your desire to develop Anytype together!

❤️ This project and everyone involved in it is governed by the Code of Conduct.

🧑‍💻 Check out our contributing guide to learn about asking questions, creating issues, or submitting pull requests.

🫢 For security findings, please email [email protected] and refer to our security guide for more information.

🤝 Follow us on Github and join the Contributors Community.


Made by Any — a Swiss association 🇨🇭 Licensed under LICENSE NAME.

About

The shared actions and workflows for the organization

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published