Skip to content

Commit 0bf1a5a

Browse files
committed
fix: Don't use FLANKBOT for release
1 parent c65eeb6 commit 0bf1a5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
uses: flanksource/action-workflows/.github/workflows/create-release.yml@main
1616
secrets:
17-
token: ${{ secrets.FLANKBOT }}
17+
token: ${{ github.token }}
1818
binary:
1919
runs-on: ubuntu-latest
2020
needs: create-release

0 commit comments

Comments
 (0)