Skip to content

Commit

Permalink
Fix: Workflow release file (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Feb 24, 2023
1 parent 06f8820 commit 27da274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
git config --global user.name "${{ secrets.GREENBONE_BOT }}"
git config --global user.email "${{ secrets.GREENBONE_BOT_MAIL }}"
git remote set-url origin https://${{ secrets.GREENBONE_BOT_TOKEN }}@github.com/${{ github.repository }}
- name: allow admin users bypassing protection on ${{ env.RELEASE_REF }} branch
- uses: greenbone/actions/poetry@v2
- name: Allow admin users bypassing protection on ${{ env.RELEASE_REF }} branch
run: |
Expand Down

0 comments on commit 27da274

Please sign in to comment.