add initial guides and tips #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
permissions: | |
id-token: write # This is required for requesting the JWT | |
contents: read | |
jobs: | |
connect-azure: | |
uses: ./.github/workflows/azure-login.yaml | |
secrets: inherit |