Skip to content

Commit

Permalink
Use authentifacted access to get the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Aug 20, 2024
1 parent 16c338e commit bc93aad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_capi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ on:
release:
types: [published]
workflow_run:
workflows:
workflows:
- Release
types:
types:
- completed
pull_request:
types: [labeled]
Expand All @@ -20,6 +20,7 @@ jobs:
uses: pozetroninc/[email protected]
with:
repository: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions-rs/[email protected]
with:
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
uses: pozetroninc/[email protected]
with:
repository: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions-rs/[email protected]
with:
Expand Down Expand Up @@ -74,6 +76,7 @@ jobs:
uses: pozetroninc/[email protected]
with:
repository: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions-rs/[email protected]
with:
Expand Down

0 comments on commit bc93aad

Please sign in to comment.