You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.