Skip to content

Conversation

@staabm
Copy link
Owner

@staabm staabm commented Feb 9, 2020

https://github.com/stefanzweifel/git-auto-commit-action/releases/v3.0.0

Todo:

  • Personal Access Token, damit die GHAction triggered commits auch die Builds starten

- uses: stefanzweifel/git-auto-commit-action@v3.0.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not yet tried providing a secret with the name GITHUB_TOKEN, so I can't tell whether that one will take precedence over the GITHUB_TOKEN that is automatically provided - perhaps it makes more sense to create a differently named token?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, looks like it worked: 25fefe4!

Copy link
Owner Author

@staabm staabm Feb 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it didn't worked because the automated PR did not trigger new builds.

the commit itself works even without this env defined, see the commits above in this PR.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha, true!

Perhaps provide the secret as STAAB_TOKEN?

😉

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, will provide a token ;). thx

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know if I should adjust #23 accordingly!

@staabm staabm merged commit ccad164 into master Feb 10, 2020
@staabm staabm deleted the staabm-patch-1 branch February 10, 2020 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants