We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24413a3 commit 2699023Copy full SHA for 2699023
content/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/manage-caches.md
@@ -76,7 +76,7 @@ jobs:
76
done
77
echo "Done"
78
env:
79
- GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
+ GH_TOKEN: {% raw %}${{ github.token }}{% endraw %}
80
GH_REPO: {% raw %}${{ github.repository }}{% endraw %}
81
BRANCH: refs/pull/{% raw %}${{ github.event.pull_request.number }}{% endraw %}/merge
82
```
0 commit comments