Skip to content

Commit

Permalink
add permissions to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
romnovi committed Jan 1, 2025
1 parent 90ca8c3 commit 2830d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,4 +35,3 @@ jobs:
tags: ghcr.io/mystdeim/github-runner:${{ github.run_number }}
build-args: |
BUILD_NUMBER=${{ github.run_number }}
platforms: linux/arm64, linux/amd64

0 comments on commit 2830d67

Please sign in to comment.