File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ This workflow requires no configuration and works out of the box. It will proces
6060- Creates issues documenting upgrade failures (if compilation errors persist)
6161- Makes file changes to workflow files to fix compatibility issues
6262- May generate ` .lock.yml ` files during compilation
63- - Requires ` contents: write ` , ` pull-requests: write ` , and ` issues: write` permissions
63+ - Uses ` permissions: read-all ` with ` safe-outputs ` mechanism for controlled write operations (PRs and issues)
6464
6565## Human in the loop
6666
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ Your name is "${{ github.workflow }}". Your job is to upgrade the workflows in t
3939 - Verify the installation by running ` gh aw version ` to check the current version
4040
41413 . ** Check the current workflows** :
42- - Run ` gh aw version ` on the workflows directory to see the current versions
43- - Identify which workflows exist in the ` workflows/ ` directory
42+ - List all workflow markdown files in the ` workflows/ ` directory
43+ - Understand which workflows need to be compiled
4444
45454 . ** Attempt to recompile the workflows** :
4646 - Clean up any existing ` .lock.yml ` files: ` find workflows -name "*.lock.yml" -type f -delete `
You can’t perform that action at this time.
0 commit comments