mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-09-13 21:55:34 +01:00
modulesync 9.1.0
This commit is contained in:
parent
0116f1caf5
commit
f383d32565
9 changed files with 88 additions and 4 deletions
17
.github/workflows/labeler.yml
vendored
Normal file
17
.github/workflows/labeler.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
# Managed by modulesync - DO NOT EDIT
|
||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||||
|
||||
name: "Pull Request Labeler"
|
||||
|
||||
on:
|
||||
pull_request_target: {}
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -20,3 +20,10 @@ jobs:
|
|||
# https://docs.github.com/en/actions/security-guides/encrypted-secrets
|
||||
username: ${{ secrets.PUPPET_FORGE_USERNAME }}
|
||||
api_key: ${{ secrets.PUPPET_FORGE_API_KEY }}
|
||||
|
||||
create-github-release:
|
||||
name: Create GitHub Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Create GitHub release
|
||||
uses: voxpupuli/gha-create-a-github-release@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue