We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac1edc commit 51be0c3Copy full SHA for 51be0c3
1 file changed
.github/workflows/benchmark_promote.yml
@@ -35,10 +35,6 @@ jobs:
35
run: |
36
sudo apt-get update && sudo apt-get install -y gh jq rsync
37
38
- - name: 🔐 Authenticate GitHub CLI
39
- run: |
40
- echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
41
-
42
- name: 📌 Set PRIVATE_REPOS to the calling repo
43
44
echo "PRIVATE_REPOS=${{ inputs.repo_name }}" >> $GITHUB_ENV
0 commit comments