Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump-tcgc-csharp.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .github/workflows/check-agentic-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
gh aw compile
# Restore dependabot.yml — gh aw compile reformats it even without --dependabot (known bug)
git checkout -- .github/dependabot.yml 2>/dev/null || true
# gh aw compile expands 'all: read' to include 'id-token: read', which GitHub Actions
# rejects as invalid (id-token only accepts 'none' or 'write'). Replace it after compile.
sed -i 's/ id-token: read$/ id-token: none/' .github/workflows/*.lock.yml
if ! git diff --exit-code .github/workflows/*.lock.yml; then
echo "::error::Lock files are out of date. Run 'gh aw compile' locally and commit the changes."
exit 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-triage.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading