GitHub setup - FDMediagroep/bnr-branded GitHub Wiki
Add external collaborators
Add external collaborators here
Dependabot alerts
Go to the Security tab and enable Dependabot alerts. This will allow dependabot to send an alert when a security vulnerability has been detected.
CodeQL
Go to the Security tab and setup Code Scanning Alerts. Completing this step will add a codeql-analysis.yml
file in the /.github/workflows
folder.
Automate Builds + Tests
Add a /.github/workflows/build.yml
to use GitHub Actions to automate builds/tests of the project
Add environment variables
Add new repository secrets
for use during builds/tests here.