Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Jun 26, 2023
1 parent 7341231 commit 1264f59
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ on:
type: boolean
required: true

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
token: ${{secrets.GITHUB_TOKEN}}
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/cache@v3
id: cache-toolchaine
Expand Down

0 comments on commit 1264f59

Please sign in to comment.