Skip to content

Commit

Permalink
Add write-all permission to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Feb 12, 2024
1 parent e444768 commit bcf620f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
path: ${{ matrix.crate }}-${{ matrix.target }}

release:
permissions: write-all
name: Release
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
Expand All @@ -94,7 +95,7 @@ jobs:
echo "v=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
echo "Version is v${GITHUB_REF/refs\/tags\/v/}"
- uses: actions/checkout@v4
- name: Get ginko Linux
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
pattern: ginko*
Expand Down

0 comments on commit bcf620f

Please sign in to comment.