Skip to content

Commit e62bb4e

Browse files
authored
fix: remove broken gh-aw doc links in codespaces-actions-write side quest (#1384)
1 parent bab9516 commit e62bb4e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

workshop/side-quest-08-01-codespaces-actions-write.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Some versions of `gh aw` also show a follow-up message explaining that the defau
3939

4040
## Cause
4141

42-
The default token inside a Codespace usually has enough access to work with your repository. However, it may not have the [permissions](https://github.github.com/gh-aw/reference/permissions/) that `gh aw run` needs. In practice, the missing permissions are usually `actions:write` and `workflows:write`.
42+
The default token inside a Codespace usually has enough access to work with your repository. However, it may not have the permissions that `gh aw run` needs. In practice, the missing permissions are usually `actions:write` and `workflows:write`.
4343

4444
---
4545

@@ -103,7 +103,4 @@ Return to [Step 8: Run and Watch Your Workflow](08-run-your-workflow.md).
103103

104104
## 📚 See Also
105105

106-
- [GitHub Tools Read Permissions](https://github.github.com/gh-aw/reference/permissions/)
107106
- [Triggers reference](https://github.github.com/gh-aw/reference/triggers/)
108-
- [Common Issues](https://github.github.com/gh-aw/troubleshooting/common-issues/)
109-
- [Debugging Workflows](https://github.github.com/gh-aw/troubleshooting/debugging/)

0 commit comments

Comments
 (0)