fix: remove unnecessary step in pr-release.yml (#2976)
This step was unnecessary, as the script uses an unauthenticated https URL anyway, and apparently was causing a [permissions problem](https://github.com/leanprover/lean4/actions/runs/7005903162/job/19094622187#step:8:7).
This commit is contained in:
parent
ffbea840bf
commit
c1f6daf1ac
1 changed files with 0 additions and 1 deletions
1
.github/workflows/pr-release.yml
vendored
1
.github/workflows/pr-release.yml
vendored
|
|
@ -84,7 +84,6 @@ jobs:
|
|||
id: most-recent-nightly-tag
|
||||
if: ${{ steps.workflow-info.outputs.pullRequestNumber != '' }}
|
||||
run: |
|
||||
git remote add nightly https://foo:'${{ secrets.PUSH_NIGHTLY_TOKEN }}'@github.com/${{ github.repository_owner }}/lean4-nightly.git
|
||||
echo "MOST_RECENT_NIGHTLY=$(script/most-recent-nightly-tag.sh)" >> $GITHUB_ENV
|
||||
|
||||
- name: 'Setup jq'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue