summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2024-05-23 08:06:25 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2024-05-23 08:06:25 -0700
commitafc3fb98b6ac5a06dca8171ae35a53a7c697606c (patch)
tree32a44981caa2a0f0d577a233fa975d63b1fbbbba
parentb05b06f08442564068fa5c186b1bb4cfd090a7fc (diff)
downloadcmocka-repo-sync.zip
cmocka-repo-sync.tar.gz
cmocka-repo-sync.tar.bz2
Use GITHUB_TOKENHEADrepo-sync
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
-rw-r--r--.github/workflows/repo-sync.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml
index 3342c47..0b9918c 100644
--- a/.github/workflows/repo-sync.yml
+++ b/.github/workflows/repo-sync.yml
@@ -19,4 +19,4 @@ jobs:
source_branch: "*"
destination_branch: "*"
sync_tags: "true"
- github_token: ${{ secrets.REPO_SYNC_PAT }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}