Skip to content

Commit

Permalink
Merge pull request #2 from pnavaro/remove_manifest
Browse files Browse the repository at this point in the history
remove manifest and upgrade some actions
  • Loading branch information
pnavaro authored Apr 19, 2024
2 parents 53abece + 1cfebf9 commit 30c4b23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
push:
branches: main

permissions:
actions: write
contents: read

jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 30c4b23

Please sign in to comment.