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
3. Set upstream remote: `git remote add upstream https://github.com/conan-io/conan-center-index.git`
168
+
4.**Create a GitHub Personal Access Token (PAT)** with `repo` scope:
169
+
- Go to https://github.com/settings/tokens
170
+
- Generate a new token (classic) with `repo` scope
171
+
- Add it as a repository secret named `CONAN_INDEX_PAT` in your influxdb-cpp-rest repository
172
+
- Go to Settings → Secrets and variables → Actions → New repository secret
173
+
- Name: `CONAN_INDEX_PAT`
174
+
- Value: your PAT token
175
+
176
+
**Note:** The workflow will use `GITHUB_TOKEN` if `CONAN_INDEX_PAT` is not set, but `GITHUB_TOKEN` cannot push to forks. A PAT is required for automated publishing.
0 commit comments