Skip to content

Commit

Permalink
adding workflow dispatch and id tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed May 30, 2023
1 parent 7cce048 commit 086797d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- '**'
tags-ignore:
- '**'
workflow_dispatch:
permissions:
id-token: write
contents: write
jobs:
build-job:
name: "Build"
Expand Down
5 changes: 3 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 086797d

Please sign in to comment.