Skip to content

Commit bc93aad

Browse files
committed
Use authentifacted access to get the latest release
1 parent 16c338e commit bc93aad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release_capi.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ on:
22
release:
33
types: [published]
44
workflow_run:
5-
workflows:
5+
workflows:
66
- Release
7-
types:
7+
types:
88
- completed
99
pull_request:
1010
types: [labeled]
@@ -20,6 +20,7 @@ jobs:
2020
uses: pozetroninc/[email protected]
2121
with:
2222
repository: ${{ github.repository }}
23+
token: ${{ secrets.GITHUB_TOKEN }}
2324
- uses: actions/checkout@v2
2425
- uses: actions-rs/[email protected]
2526
with:
@@ -47,6 +48,7 @@ jobs:
4748
uses: pozetroninc/[email protected]
4849
with:
4950
repository: ${{ github.repository }}
51+
token: ${{ secrets.GITHUB_TOKEN }}
5052
- uses: actions/checkout@v2
5153
- uses: actions-rs/[email protected]
5254
with:
@@ -74,6 +76,7 @@ jobs:
7476
uses: pozetroninc/[email protected]
7577
with:
7678
repository: ${{ github.repository }}
79+
token: ${{ secrets.GITHUB_TOKEN }}
7780
- uses: actions/checkout@v2
7881
- uses: actions-rs/[email protected]
7982
with:

0 commit comments

Comments
 (0)