|
GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} |
Since it looks like this example is using the built-in permissions model for the runner identity, I think this example should be github.token vs secrets.GITHUB_TOKEN. Since the latter implies the user must set up a secret beforehand with a personal access token.
docs/content/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/manage-caches.md
Line 79 in 8670647
Since it looks like this example is using the built-in permissions model for the runner identity, I think this example should be
github.tokenvssecrets.GITHUB_TOKEN. Since the latter implies the user must set up a secret beforehand with a personal access token.