Skip to content

Commit 1be70be

Browse files
authored
Merge pull request #56727 from github/repo-sync
Repo sync
2 parents be399cb + 2699023 commit 1be70be

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)