Skip to content

Commit

Permalink
Updating GH action permissions (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
vifer authored Jan 11, 2024
1 parent b52e315 commit c969b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ jobs:
build:
name: "Package stability ${{ matrix.stability }}"
runs-on: ubuntu-latest
permissions:
contents: read

strategy:
matrix:
stability: [ 'stable', 'lowest' ]

steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build Container
run: make build
Expand Down
File renamed without changes.

0 comments on commit c969b07

Please sign in to comment.