Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnold-keyvalue authored Apr 26, 2024
1 parent a0358d0 commit c460457
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build

on:
workflow_dispatch:
inputs:
environment:
type: environment
description: Select the environment

permissions:
id-token: write
contents: write
packages: write
pull-requests: write
actions: read

jobs:
build:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
timeout-minutes: 30
steps:
- name: build
run: |
echo ${{ vars.ENV}}

0 comments on commit c460457

Please sign in to comment.