Skip to content

Commit a8e052d

Browse files
committed
use app token in release
1 parent fef0eec commit a8e052d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ jobs:
114114
echo "Using provided commit sha for release commit"
115115
echo "release-ref-or-commit=\"${{ github.event.inputs.branch_ref_or_commit }}\"" >> "$GITHUB_OUTPUT"
116116
fi
117-
- name: Check rc-app-token value
118-
if: needs.build.outputs.rc-app-token == ''
119-
run: |
120-
echo "****** rc-app-token is empty ******"
121117
- name: Checkout backup-utils-private for release notes
122118
uses: actions/checkout@v4
123119
with:
@@ -134,7 +130,7 @@ jobs:
134130
- name: Create Release
135131
uses: ncipollo/release-action@v1
136132
with:
137-
token: ${{ needs.build.outputs.rc-app-token }}
133+
token: ${{ steps.app-token.outputs.token }}
138134
owner: github
139135
repo: backup-utils
140136
name: |

0 commit comments

Comments
 (0)