Skip to content

Commit 2699023

Browse files
#39301: Update manage-caches.md to use ${{ github.token }} in the example (#39378)
Co-authored-by: Sharra-writes <[email protected]>
1 parent 24413a3 commit 2699023

File tree

1 file changed

+1
-1
lines changed
  • content/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs

1 file changed

+1
-1
lines changed

content/actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/manage-caches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
done
7777
echo "Done"
7878
env:
79-
GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
79+
GH_TOKEN: {% raw %}${{ github.token }}{% endraw %}
8080
GH_REPO: {% raw %}${{ github.repository }}{% endraw %}
8181
BRANCH: refs/pull/{% raw %}${{ github.event.pull_request.number }}{% endraw %}/merge
8282
```

0 commit comments

Comments
 (0)