Skip to content
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

Add 'contents: write' permissions to docfx build GitHub Action #2409

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

MihaZupan
Copy link
Member

Grants the GITHUB_TOKEN permissions to push the updated docs to the gh-pages branch.

git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push origin gh-pages

Guessing contents is the right category based on https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs#:~:text=contents,GitHub%20Apps.%22

@MihaZupan MihaZupan added this to the v.Next milestone Feb 20, 2024
@MihaZupan MihaZupan requested a review from Tratcher as a code owner February 20, 2024 08:13
@MihaZupan MihaZupan merged commit 235e8ec into microsoft:release/latest Feb 20, 2024
6 checks passed
MihaZupan added a commit to MihaZupan/reverse-proxy that referenced this pull request Feb 20, 2024
@MihaZupan MihaZupan added the Type: Documentation Improvements or additions to documentation label Mar 25, 2024
@MihaZupan MihaZupan modified the milestones: v.Next, YARP 2.2.0-preview1 May 14, 2024
@MihaZupan MihaZupan added Type: Infrastructure Infrastructure work that does not affect the actual shipping code and removed Type: Documentation Improvements or additions to documentation labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Infrastructure Infrastructure work that does not affect the actual shipping code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants