We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0d704 commit a07346dCopy full SHA for a07346d
1 file changed
.github/workflows/release.yml
@@ -57,5 +57,4 @@ jobs:
57
name: Amazon S3 Plugin v${{ inputs.rel_version }}
58
artifacts: release-${{ inputs.rel_version }}.zip, release-${{ inputs.rel_version }}.zip.sha256
59
body: "This is the v${{ inputs.rel_version }} release of Amazon S3 Storage for FlowSynx System."
60
- env:
61
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
0 commit comments