Added refresh token to acquireMSAuth #79
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
# Labels new pull requests based on the paths of files being changed | |
# See https://github.com/marketplace/actions/labeler | |
name: Labeler | |
# On pull requests | |
on: [pull_request_target] | |
jobs: | |
triage: | |
name: Label | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🔖 Label | |
uses: actions/labeler@v4 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |