Skip to content

Commit

Permalink
Added Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperdemmers committed Apr 26, 2024
1 parent 016f165 commit 78939bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/disabled/ci.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI Workflow
on:
push:
branches:
Expand All @@ -17,6 +17,10 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 78939bf

Please sign in to comment.